liquidhaskell-0.8.6.0: tests/pos/Mod.hs
module Mod where
import qualified ModLib as M
{-@ inc :: x:M.Goo -> {v: M.Goo | myg v > myg x} @-}
inc (M.G x) = M.G (x + 1)
module Mod where
import qualified ModLib as M
{-@ inc :: x:M.Goo -> {v: M.Goo | myg v > myg x} @-}
inc (M.G x) = M.G (x + 1)