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

4 lines
50 B
Haskell

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