Test_interfaces.Int_printerAn 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 'a t = ([> tag ] as 'a) Provider.packedval print : _ t -> Base.int -> Base.unitmodule Provider_interface : sig ... end