package atd

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.2.1.tar.gz
sha256=515663f1c48c3592e360079f92eea6db82d3d989f1df19b45e8179aec0d48e34
md5=b9bb48680f32c351bae6118537d094ea

doc/atd/Atd_inherit/index.html

Module Atd_inheritSource

Expansion of inherit statements

Sourceval expand_module_body : ?inherit_fields:bool -> ?inherit_variants:bool -> Atd_ast.module_body -> Atd_ast.module_body

Expand inherit statements found in sum types and product types.

  • parameter inherit_fields

    specify whether record fields should be expanded. Default is true.

  • parameter inherit_variants

    specify whether sum types should be expanded. Default is true.

OCaml

Innovation. Community. Security.