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

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