f723b8b878a3 ^
1 2 3 4 5 6 7
module Baz (bar) where import Foo (foo) import Bar (bar) baz :: Int baz = foo + bar