summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/check/pkg01/M_SafePkg4.hs
blob: 52367b113beaffcd8bc3317e19f2724844642683 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE Safe #-}
module M_SafePkg4 where

import qualified M_SafePkg3 as M3
import Data.Word

bigInt :: Int
bigInt = M3.bigInt

type MyWord = Word