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

import Prelude

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