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