package atd

  1. Overview
  2. Docs
Parser for the ATD data format description language

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.12.0.tar.gz
sha256=3e81d562e74374b98c0f383c1ded46beb06d8416d2065645fd68d3b8b0238ddd
md5=f85f590714edcdd4b847aa242b6c5747

doc/atd/Atd_print/index.html

Module Atd_printSource

Pretty-printing of ATD data

Pretty-printing. Use the functions of the Easy_format.Pretty module to convert an Easy_format.t into a string or add it to a channel or buffer.

  • parameter annot

    can be used to specify another way of formatting annotations. The default is available as default_format_annot.

Sourceval string_of_type_name : string -> Atd_ast.type_expr list -> Atd_ast.annot -> string

Convert a type name with its arguments and its annotations into a string.

Sourceval string_of_type_expr : Atd_ast.type_expr -> string