Kind/book/Bool.kind2
2024-03-01 20:40:31 -03:00

7 lines
109 B
Plaintext

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