distwit
distwit copied to clipboard
Support for OCaml 4.06
Would it be possible to port this library to 4.06? I might have a use-case where I could be useful :-)
Also, any reason to restrict it to exceptions? Would it work for open types?
Support for OCaml 4.06 is just a matter of extending the version constraint, I think.
It is not restricted to exception, it should work the same way with open types.
https://github.com/ocaml/opam-repository/pull/11452