Module Piqi_ppSource

Sourceval prettyprint_ast : out_channel -> Piq_gen.C.piq_ast -> unit
Sourceval prettyprint_list : out_channel -> Piq_gen.C.piq_ast list -> unit
Sourceval simplify_piqi_ast : C.piq_ast -> Piq_ast.Piq_ast.ast
Sourceval compare_piqi_items : [> `name of string | `named of Piq_ast.Named.t | `typed of Piq_ast.Typed.t | `typename of string ] -> [> `name of string | `named of Piq_ast.Named.t | `typed of Piq_ast.Typed.t | `typename of string ] -> int
Sourceval sort_piqi_items : C.piq_ast -> [> `list of Piq_ast.ast list ]
Sourceval prettify_piqi_ast : C.piq_ast -> Piq_ast.Piq_ast.ast
Sourceval prettyprint_piqi_ast : out_channel -> C.piq_ast -> unit
Sourceval prettyprint_piqi : out_channel -> C.T.piqi -> unit