逻辑表达式
let true = \a.\b.a
let false = \a.\b.b
let not = \x.x false true
let and = \x.\y. x y false
let or = \x.\y. x true y
let xor = \x.\y.x (not y) y
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3