Sourcetype 'a t = | Invert of 'a t| Add of 'a| Sub of 'a| Mul of 'a| Div of 'a| Mod of 'a| Bitwise_and of 'a| Bitwise_xor of 'a| Bitwise_or of 'a
Sourceval map : f:('a -> 'b) -> 'a t -> 'b t Sourceval of_string : with_val:'a -> string -> 'a t Sourceval process_float : float -> float t -> float