Module Binary.Float_op

type t =
  1. | Add
  2. | Sub
  3. | Mul
  4. | Div
val to_string : t -> string