3 lines
109 B
Text
3 lines
109 B
Text
|
type option = None | Some (int)
|
||
|
|
||
|
let x : int = match (Some<>(42)) { Some<>((x : string)) -> x | None<> -> 0 }
|