liquidhaskell-0.7.0.0: tests/todo/err6.hs
-- | Error Message Test: liquid type error
module Err0 where
{-@ zonk :: {v:Int | v = z} @-}
zonk = (12 :: Int)
-- | Error Message Test: liquid type error
module Err0 where
{-@ zonk :: {v:Int | v = z} @-}
zonk = (12 :: Int)