Kind/book/QUnit.kind2
2024-02-21 22:10:51 -03:00

12 lines
210 B
Plaintext

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