about summary refs log tree commit diff
path: root/users/glittershark/achilles/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