snix/third_party/bazel/rules_haskell/tests/repl-targets/Chs.chs

6 lines
54 B
Text

module Chs
( baz )
where
baz :: String
baz = "baz"