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

8 lines
110 B
Plaintext

Bool
: *
= $(self: Bool)
∀(P: ∀(x: Bool) *)
∀(t: (P Bool.true))
∀(f: (P Bool.false))
(P self)