packages feed

liquidhaskell-0.9.0.2.1: tests/errors/BadAnnotation.hs

{-@ LIQUID "--expect-error-containing=Malformed annotation" @-}
module BadAnnotation where

{-@ incr :: x:Int -> {v:Int | x < v } -}
incr :: Int -> Int
incr x = x - 1