depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
bazel
/
rules_haskell
/
tests
/
hidden-modules
/
lib-a
/
Bar.hs
blob: 5bc9c68895bf48c327bb3d7a6d76cc22a1ed5f0c (
plain
) (
blame
)
1
2
3
4
5
6
module
Bar (
bar
)
where
import
Foo (
foo
)
bar
:: Int
bar
=
foo *
2