liquidhaskell-0.4.0.0: tests/neg/list00.hs
module Vec0 () where import Language.Haskell.Liquid.Prelude -- hiding (copyList) copyList zs = zs xs = [1] :: [Int] ys = copyList xs jhala = head ys prop0 = crash (0 == 1)
module Vec0 () where import Language.Haskell.Liquid.Prelude -- hiding (copyList) copyList zs = zs xs = [1] :: [Int] ys = copyList xs jhala = head ys prop0 = crash (0 == 1)