akabe / slap

BLAS and LAPACK binding in OCaml with type-based static size checking for matrix operations
http://akabe.github.io/slap/
GNU Lesser General Public License v2.1
88 stars 4 forks source link

OCaml 4.11 support #9

Closed kit-ty-kate closed 4 years ago

kit-ty-kate commented 4 years ago

Currently, slap doesn't support OCaml 4.11. This PR fixes the issue.

akabe commented 4 years ago

@kit-ty-kate Thank you for your patch.