package herdtools7

  1. Overview
  2. Docs

This module converts an AST into a valid ocaml string that represents it.

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.

OCaml

Innovation. Community. Security.