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