summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/check/pkg01/M_SafePkg3.hs
blob: 67714c4731cdc64a078b00425122bd062d8c58ad (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE Safe #-}
module M_SafePkg3 where

import qualified M_SafePkg2 as M2

bigInt :: Int
bigInt = M2.bigInt