yallop / ocaml-ctypes

Library for binding to C libraries using pure OCaml
MIT License
369 stars 95 forks source link

Simplify some code using match/exception. #614

Closed yallop closed 4 years ago

yallop commented 4 years ago

Now that ctypes no longer supports OCaml 4.01 (#577), we can use some features from OCaml 4.02.