A small library used to shadow polymorphic operators (and functions) contained in the stdlib.
README
ocaml-monomorphic is a small library used to shadow polymorphic operators (and functions) contained in Pervasives. It can be useful to avoid some mistakes and runtime errors due to OCaml's polymorphic comparison functions.