albireo/test/simple/main.air

10 lines
98 B
Plaintext

module main
c : fn => bool = function is
let a = b in
c(a)
b : bool = false
a : number = 1