about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/haskell_lint/Bar.hs
blob: 18e9583e5ad6d736a8454e9d683bdbfa0f3fe875 (plain) (blame)
1
2
3
4
5
6
module Bar (bar) where

import Foo (foo)

bar :: Int
bar = 4 + foo :: Int