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

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