5 lines
105 B
Text
5 lines
105 B
Text
|
type color = Red | Blue
|
||
|
|
||
|
let red : color = Red<>
|
||
|
let blue : color = Blue<>
|
||
|
let green : color = Green<>
|