depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
ach
/
functions.ach
blob: 8d91564c15597f14329e69920e9729b1598cc76b (
plain
) (
tree
)
80f8ede0bbc9
1
2
3
fn id x = x
fn plus x y = x + y
fn main = plus (id 2) 7