summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/prog002/B.hs
blob: 6aced234150f8aea91866db8e37c98b5f50341c6 (plain)
1
2
3
4
5
6
7
module B (f, g, h) where

import A
 
g x = f x + 1

h x = x `div` 2