packages feed

liquidhaskell-0.8.6.0: tests/pos/Ignores.hs

module Ignores where 

{-@ ignore inc @-}
{-@ inc :: Nat -> Nat @-}
inc :: Int -> Int 
inc x = x - 1