monomorphic
Monomorphic
module Make (Ty : sig ... end) : sig ... end
Shadow with specialised functions using Ty.t
Ty.t
module None : sig ... end
Almost complete removal of the functions by shadowing
module Int : sig ... end
Specialize functions with int
int
module Bool : sig ... end
Specialize functions with bool
bool
module Float : sig ... end
Specialize functions with float
float
module String : sig ... end
Specialize functions with string
string
module Stdlib : sig ... end