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