package hardcaml

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

The PPX can optionally generate an ast field containing an Ast.t. This represents the structure of the interface, including how it is constructed from fields, arrays, lists and sub-modules.

This is of particular use when generating further code from the interface i.e. a register interace specification.

asts are not generated by default.

val sexp_of_t : t -> Sexplib0.Sexp.t