Module Ppxlib.Ast_io

A small module to help read bin-annots generated files.

type t
val read_binary : string -> (t, string) Stdlib.result
val get_ast : t -> ast
val get_input_name : t -> string