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