liquidhaskell-0.8.0.2: tests/todo/err4.hs
-- | Error Message Test: liquid type error
module Err0 where
{-@ zonk :: {v:Int | v = 0} @-}
zonk = (12 :: Int)
{-@ tonk :: {v:Int | v = 0} @-}
tonk = (45 :: Int)
-- | Error Message Test: liquid type error
module Err0 where
{-@ zonk :: {v:Int | v = 0} @-}
zonk = (12 :: Int)
{-@ tonk :: {v:Int | v = 0} @-}
tonk = (45 :: Int)