distwit icon indicating copy to clipboard operation
distwit copied to clipboard

Support for OCaml 4.06

Open samoht opened this issue 8 years ago • 2 comments

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?

samoht avatar Feb 19 '18 17:02 samoht

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.

let-def avatar Feb 20 '18 10:02 let-def

https://github.com/ocaml/opam-repository/pull/11452

let-def avatar Feb 20 '18 10:02 let-def