Kind/book/U60.equal.kind2
2024-02-12 20:15:50 -03:00

9 lines
121 B
Plaintext

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