Monomorphicmodule None : sig ... endAlmost complete removal of the functions by shadowing
module Int : sig ... endSpecialize functions with int
module Bool : sig ... endSpecialize functions with bool
module Float : sig ... endSpecialize functions with float
module String : sig ... endSpecialize functions with string
module Stdlib : sig ... end