Octachron / codept

Contextual Ocaml DEPendencies Tool: alternative ocaml dependency analyzer
Other
59 stars 10 forks source link

Add support for OCaml 4.14 #9

Closed kit-ty-kate closed 2 years ago

kit-ty-kate commented 2 years ago

I don’t know if more internal changes are needed but at least with this it compiles.

Octachron commented 2 years ago

There was no changes at the module level in 4.14, and there it is not possible to have module dependency on the left-hand side of . in

val empty: 'a. 'a list

thus the patch is correct.

Thanks!

(I am bit confused on why you put the ∞ point at the middle of your interval, but that's on me for using the projective line.)