hdiff
packages
feed
fay
-0.16.0.0: tests/succPred.hs
import Prelude main = do print (succ 1 :: Int) print (pred 1 :: Int)