about summary refs log blame commit diff
path: root/third_party/bazel/rules_haskell/tests/two-libs/One.hs
blob: f8f04ab2640c7726b162c4922ea1984805fca6e0 (plain) (tree)
1
2
3
4



                      
module One (one) where

one :: Int
one = 1