5 lines
49 B
Text
5 lines
49 B
Text
|
|
datatype my_enum =
|
||
|
|
| value_a
|
||
|
|
| value_b
|
||
|
|
| value_c
|