Mdx.ToplevelToplevel phrases.
type t = {vpad : int;hpad : int;pos : Lexing.position;command : string list;output : Output.t list;}The type for top-level phrases.
pp is the pretty-printer for top-level phrases. pad is the size of the optionnalwhitespace left padding (by default is is 0).