Module React.S.Special

module Special: sig .. end
Specialization for booleans, integers and floats.

Open this module to use it.


module Sb: React.S.S  with type 'a v = bool
Specialization for booleans.
module Si: React.S.S  with type 'a v = int
Specialization for integers.
module Sf: React.S.S  with type 'a v = float
Specialization for floats.