Module Test_interfaces.Int_printer

An interface that is able to print ints.

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. | `Int_printer
]
type 'a t = [> tag ] as 'a Provider.packed
val print : _ t -> Base.int -> Base.unit
module Provider_interface : sig ... end