Kind/book/U60.equal.kind2
2024-03-12 18:01:12 -03:00

8 lines
126 B
Plaintext

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