package herdtools7

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Asllib.SerializeSource

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

Sourceval subprogram_type_to_string : AST.subprogram_type -> string
Sourcetype 'a printer = Buffer.t -> 'a -> unit

Type of printers used here.

Sourceval pp_t : AST.t printer

Print an AST into the buffer.

Sourceval t_to_string : AST.t -> string

Converts the AST into an ocaml string.

OCaml

Innovation. Community. Security.