summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/check/Check06_A.hs
blob: 4cda329feca1dd8ae505eb703d9a599548c0200b (plain)
1
2
3
4
5
6
-- safe inferred, with requirement base is trusted
module Check06_A where

mainM :: Int -> Int
mainM n = n + 1