module MakePrintf: functor (Args : PrintfArgsSig) -> PrintfSig with type t = Args.t with type result = Args.result
functor (
Args
:
PrintfArgsSig
) ->
PrintfSig
with type t = Args.t
with type result = Args.result
type t
type result
val fprintf : t -> ('a, t, result) Pervasives.format -> 'a
t -> ('a, t, result) Pervasives.format -> 'a