[project @ 2001-11-07 22:51:08 by sof]
[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