3 lines
No EOL
68 B
Text
3 lines
No EOL
68 B
Text
type c = A | B
|
|
|
|
let main : int = match (A<>) { A<> -> 0 | B<> -> 1 } |