Module Fadbad__.Op
module Float : Fadbad__.Types.OpS with type elt = float and type scalar = float
float
operators. All the operators are aliases for the ones found inPervasives
.
module OrderedFloat : Fadbad__.Types.OrderedOpS with type elt = float and type scalar = float
float
operators with comparison. ExtendsOp.Float
.