exercism / ocaml

Exercism exercises in OCaml.
https://exercism.org/tracks/ocaml
MIT License
94 stars 50 forks source link

implement linked-list exercise #372

Open voila opened 5 years ago

voila commented 5 years ago

In a pure functional language, a doubly-linked list is not that interesting.

OCaml is not a purely functional language. I think it's interesting to see imperative stuff done with it too.

sshine commented 4 years ago

Hi @voila, and sorry for post-poning this review for so long.

I'll look at it tomorrow morning!