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
/
ach
/
functions.ach
blob: 0d2f07eff574d5431556544834d9780807ae7474 (
plain
) (
blame
)
1
2
3
fn id x = x
fn plus (x: int) (y: int) = x + y
fn main = plus (id 2) 7