Mdx.ToplevelSourceToplevel 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).
of_lines ~loc lines is the list of toplevel blocks from location loc. Return the vertical and horizontal whitespace padding as well.