epicours/Exam.md

9 lines
92 B
Markdown

## Multiple insertion
```
# let split sep = function
| [] -> []
| e::t ->
let aux
```