Octachron / codept

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

Make codept as a library (3/n) #22

Open dinosaure opened 1 year ago

dinosaure commented 1 year ago

To ensure a certain stability across patches/upgrade, it will be nice to monomorphise compare functions. In many places, Stdlib.compare is used and it will be nice to implement a simple compare function for each abstract types.