liquidhaskell
liquidhaskell copied to clipboard
Identity incorrectly marked as safe
The following is marked as safe, even though o
is not in scope.
{-@ unsafe :: i:Int -> {o = o} @-}
unsafe :: Int -> ()
unsafe _ = ()