Kind/book/QUnit.kind2

12 lines
173 B
Plaintext
Raw Normal View History

2024-03-02 02:40:31 +03:00
QUnit
: *
= $(self: QUnit)
∀(P: ∀(x: QUnit) *)
(Sigma
U60
2024-03-02 02:40:31 +03:00
λtag
switch tag = tag {
0: ∀(one: (P QUnit.one)) (P self)
_: Empty
2024-03-02 02:40:31 +03:00
}: *
)