Kind/book/U60.if.kind2
2024-02-12 22:39:06 -03:00

12 lines
124 B
Plaintext

U60.if
: ∀(x: #U60)
∀(P: *)
∀(t: P)
∀(f: P)
P
= λx λP λt λf
#match x = x {
#0: t
#+: f
}: P