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

import safe Check02_B

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