summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/safeHaskell/check/Check04_1.hs
blob: e823c889d6239a7142b75590cfc80be3b9127818 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE SafeImports #-}
module Check04_1 ( main' ) where

import safe Check04_B

main' = do
    let n = mainM 1
    print $ n