|
|
|
|
|
by ufo
3708 days ago
|
|
The Ocaml std library is a bit lackluster and people often replace it with something more featureful. BTW, I think https://github.com/c-cube/sequence is more in closer to the generic iterable datatype you are looking for. You still need to convert to and from the seq type but its pretty close... |
|