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

import safe Check02_B

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