about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/haskell_lint/Foo.hs
blob: 119192e6b12b20927bc7e23755659a8bc14641e0 (plain) (blame)
1
2
3
4
module Foo (foo) where

foo :: Int
foo = 5 :: Int