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

3 lines
89 B
Plaintext

U60.to_bool
: ∀(x: #U60) Bool
= λx #match x = x { #0: Bool.false #+: Bool.true }: Bool