snix/third_party/bazel/rules_haskell/tests/hidden-modules/lib-c/Baz.hs

7 lines
86 B
Haskell

module Baz (bar) where
import Foo (foo)
import Bar (bar)
baz :: Int
baz = foo + bar