Module Ppxlib.Ast_ioSource
A small module to help read bin-annots generated files.
type ast = | Intf of Astlib.Ast_500.Parsetree.signature| Impl of Astlib.Ast_500.Parsetree.structure_item list
val read_binary : string -> (Ppxlib.Ast_io.t, string) Stdlib.resultval get_ast : Ppxlib.Ast_io.t -> Ppxlib.Ast_io.astval get_input_name : Ppxlib.Ast_io.t -> string