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