b602f2842552633f0d25ff8e273967fcdc5e2a65
[ghc-hetmet.git] / ghc / tests / ghci / prog001 / C.hs
1 module C (f, g, h) where
2
3 import D
4  
5 g x = f x + 1
6
7 h x = x `div` 2