10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
Choice :: |{
|
|
one
|
|
}
|
|
|
|
describe :: @ choice: Choice -> str { match choice {
|
|
|.one =>
|
|
'one'
|
|
}
|
|
}
|