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