about summary refs log blame commit diff
path: root/ach/functions.ach
blob: 8d91564c15597f14329e69920e9729b1598cc76b (plain) (tree)
1
2
3


                       
fn id x = x
fn plus x y = x + y
fn main = plus (id 2) 7