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

one :: Int
one = 1