pkgsrc/devel/ocaml-result/DESCR
jaapb 5fddf7cfe6 Created a new package, devel/ocaml-result. This is a compatibility library
so that packages can remain compatible with OCaml <= 4.03 while using the
Result type.
2016-08-17 15:55:53 +00:00

3 lines
178 B
Text

Projects that want to use the new result type defined in OCaml >= 4.03 while
staying compatible with older version of OCaml should use the Result module
defined in this library.