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-c
/
Baz.hs
blob: 055b2e80ad799cb3ef7328dc48dc9ade8dea0e84 (
plain
) (
blame
)
1
2
3
4
5
6
7
module
Baz (
bar
)
where
import
Foo (
foo
)
import
Bar (
bar
)
baz
:: Int
baz
=
foo
+
bar