ppxlib
Ppxlib.Ast_io
A small module to help read bin-annots generated files.
bin-annots
ppxlib.ast
ppxlib.astlib
ppxlib.metaquot
ppxlib.metaquot_lifters
ppxlib.print_diff
ppxlib.runner
ppxlib.runner_as_ppx
ppxlib.stdppx
ppxlib.traverse
ppxlib.traverse_builtins
type ast =
| Intf of Astlib.Ast_500.Parsetree.signature_item list
| Impl of Astlib.Ast_500.Parsetree.structure_item list
type t
val read_binary : string -> (t, string) result
val get_ast : t -> ast
val get_input_name : t -> string