3 lines
76 B
Text
3 lines
76 B
Text
|
let omg =
|
||
|
match (some_value) { | "Some string" -> 0 | 0 -> 1 | 'a' -> 2 }
|