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

import A.A ( a )

b :: ()
b = a