herdtools7.asllib
Asllib.Serialize
This module converts an AST into a valid ocaml string that represents it.
val subprogram_type_to_string : AST.subprogram_type -> string
type 'a printer = Buffer.t -> 'a -> unit
Type of printers used here.
val pp_t : AST.t printer
Print an AST into the buffer.
val t_to_string : AST.t -> string
Converts the AST into an ocaml string.