about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/multi_repl/bc/src/BC/C.hs
blob: 6e6f31f0c80aab43eb6e001cea5363aca9aae74f (plain) (blame)
1
2
3
4
5
6
module BC.C ( c ) where

import BC.B ( b )

c :: ()
c = b