about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/lhs/Lib.lhs
blob: f37350df70f77a91fad0c8a34ecd2368daa905ac (plain) (blame)
1
2
3
4
> module Lib (lib) where

> lib :: String
> lib = "lhs"