Open dinosaure opened 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.
compare
Stdlib.compare
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 simplecompare
function for each abstract types.