Files
2026-09-23 00:36:22 -04:00

10 lines
104 B
Plaintext

Choice :: |{
one
}
describe :: @ choice: Choice -> str { match choice {
|.one =>
'one'
}
}