Ppxlib.Ast_io
type ast =
| Intf of Astlib.Ast_412.Parsetree.signature_item list
| Impl of Astlib.Ast_412.Parsetree.structure_item list
type t
val read_binary : string -> ( t, string ) Stdlib.result
val get_ast : t -> ast
val get_input_name : t -> string