about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/multi_repl/a/src/A/A.hs
blob: 92eb0e60759a49a8c04bfd84f879cf4b06f00fdb (plain) (blame)
1
2
3
4
module A.A ( a ) where

a :: ()
a = ()