about summary refs log blame commit diff
path: root/users/glittershark/achilles/ach/functions.ach
blob: 0d2f07eff574d5431556544834d9780807ae7474 (plain) (tree)
1
2
3
           
                                 
                       
fn id x = x
fn plus (x: int) (y: int) = x + y
fn main = plus (id 2) 7