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
/
library-with-cbits
/
AddOne.hsc
blob: b4c446d412c7668cad5c89b2793a37586ff512d5 (
plain
) (
blame
)
1
2
3
module AddOne where
foreign import ccall "c_add_one" addOne :: Int -> Int