Kind/book/U60.to_bool.kind2
2024-02-12 22:39:06 -03:00

9 lines
104 B
Plaintext

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