vault backup: 2023-10-30 10:17:51

This commit is contained in:
2023-10-30 10:17:52 +01:00
parent 0a0932f378
commit 615d8a726a

View File

@ -15,7 +15,6 @@
match lst with
| [] -> []
| z::f -> z :: aux 0 f
val insert_mult: int -> 'a -> 'a list -> 'a list = <fun>
```