Kind/book/The.kind2
2024-03-09 17:59:39 -03:00

10 lines
162 B
Plaintext

The
: ∀(A: *)
∀(x: A)
*
= λA λx
$(self: (The A x))
∀(P: ∀(x: A) ∀(p: (The A x)) *)
∀(value: ∀(x: A) (P x (The.value A x)))
(P x self)