packages feed

liquidhaskell-0.9.0.2.1: tests/errors/UnboundFunInSpec1.hs

{-@ LIQUID "--expect-error-containing=Illegal type specification for `UnboundFunInSpec1.foo`" @-}
module UnboundFunInSpec1 where

{-@ foo :: xs:_ -> {v:_ | this = rubbish } @-}
foo _ _ = 0