export fn increment = (x) => { return x + 1 } export fn decrement = (x) => { return x - 1 }