Scfg.PpModule providing functions to pretty print a config or parts of a config.
val param : Format.formatter -> string -> unitPrint a name or a parameter on a given formatter. The function will try to print with as low quoting as possible.
val params : Format.formatter -> string list -> unitPrint a list of parameters on a given formatter.
val children : Format.formatter -> Types.config -> unitPrint children of a directive on a given formatter.
val directive : Types.directive Fmt.tPrint a directive on a given formatter.
val config : Format.formatter -> Types.config -> unitPrint a config on a given formatter.