module Bar (bar) where import Foo (foo) bar :: Int bar = foo * 2