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