Kind/book/Bool.if.kind2
2024-02-13 15:30:53 -03:00

10 lines
100 B
Plaintext

Bool.if
: ∀(b: Bool)
∀(P: *)
∀(t: P)
∀(f: P)
P
= λb λP λt λf
(~b λx(P) t f)