snix/third_party/bazel/rules_haskell/tests/hidden-modules/lib-a/Foo.hs

4 lines
44 B
Haskell

module Foo (foo) where
foo :: Int
foo = 15