4 lines
48 B
Text
4 lines
48 B
Text
|
let mono =
|
||
|
match (p) {
|
||
|
| (x, y) -> x + y
|
||
|
}
|