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

6 lines
71 B
Plaintext

if <P> (x: U60) (t: P) (f: P) : P =
switch x {
0: t
_: f
}