Kind/book/QUnit.kind2
2024-02-25 19:46:44 -03:00

12 lines
219 B
Plaintext

QUnit.one : QUnit =
~λP ~λSP λnew (new #0 λone one)
QUnit : * =
$(self: QUnit)
∀(P: ∀(x: QUnit) *)
(Sigma #U60 λtag
#match tag = tag {
#0: ∀(one: (P QUnit.one)) (P self)
#+: Empty
}: *)