Module Ppxlib.Ast_io

type ast =
  1. | Intf of Parsetree.signature_item list
  2. | Impl of Parsetree.structure_item list
type t
val read_binary : string -> (t, string) result
val get_ast : t -> ast
val get_input_name : t -> string