Module S.Special
Specialization for booleans, integers and floats.
Open this module to use it.
module Sb : S with type 'a v = boolSpecialization for booleans.
module Si : S with type 'a v = intSpecialization for integers.
module Sf : S with type 'a v = floatSpecialization for floats.