about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/hidden-modules/lib-b/Foo.hs
blob: 6fdd42f9a8cd36a89036594a55680f8cd7e0e9ff (plain) (blame)
1
2
3
4
module Foo (foo) where

foo :: Int
foo = 16