e57c31ffff4de9158c3d63874a392bf7bba8769d
[ghc-hetmet.git] / ghc / tests / ghci / prog001 / B.hs
1 module B (module B, module C) where
2
3 import C 
4
5 k x = x `mod` 11