Kind/book/U60/min.kind2
2024-03-15 22:07:01 -03:00

6 lines
75 B
Plaintext

min (a: U60) (b: U60) : U60 =
switch x = (< a b) {
0: b
_: a
}