module B (f, g, h) where import A g x = f x + 1 h x = x `div` 2