packages feed

liquidhaskell-0.9.0.2.1: tests/neg/List00.hs

{-@ LIQUID "--expect-any-error" @-}
module List00 () where

import Language.Haskell.Liquid.Prelude -- hiding (copyList)

copyList zs = zs

xs    = [1] :: [Int]
ys    = copyList xs
jhala = head ys
prop0 = crash (0 == 1)