snix/third_party/bazel/rules_haskell/tests/haskell_lint/Bar.hs

6 lines
74 B
Haskell

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