Kind/book/Bool.kind2
Victor Taelin 755e72a558 updates
2024-02-08 15:47:43 -03:00

8 lines
102 B
Plaintext

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