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

import Prelude

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