Module Test_interfaces.Float_printer

An interface that is able to print floats.

The structure of this file is very similar to the Directory_reader module, thus is not documented in details. Refer to Directory_reader for more.

type tag = [
  1. | `Float_printer
]
type 'a t = [> tag ] as 'a Provider.packed
val print : _ t -> Base.float -> Base.unit
module Provider_interface : sig ... end