exercism / ocaml

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

Some isn't Result.t #376

Closed hyphenrf closed 1 year ago

hyphenrf commented 1 year ago

This has been open for a while, it's just a misinput in one of the mli files, using the Some constructor as an example to Result.t output, when it should be Ok. I hope the change is not intrusive enough to be handled in few minutes!

georgyo commented 1 year ago

Sorry for the delay! I just became a member of the ocaml track last month and I just figured out that I can approve PRs.