packages feed

liquidhaskell-0.8.10.1: tests/neg/test00c.hs

{-@ LIQUID "--diffcheck" @-}

module Test (ok, inc) where






{-@ ok
      :: Int -> Nat
  @-}
ok :: Int -> Int
ok x = x + 120

{-@ inc :: Int -> Nat @-}
inc :: Int -> Int
inc x = x + 10