Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Atdmodule Ast : sig ... endAbstract syntax tree (AST) representing ATD data
module Check : sig ... endCheck the validity of an ATD file beyond syntax.
module Doc : sig ... endSupport for <doc text="..."> annotations:
module Doc_lexer : sig ... endmodule Doc_types : sig ... endmodule Expand : sig ... endMonomorphization of type definitions
module Import : sig ... endmodule Inherit : sig ... endExpansion of inherit statements
module Lexer : sig ... endmodule Parser : sig ... endmodule Predef : sig ... endThe collection of core types known by ATD.
module Print : sig ... endPretty-printing of ATD data
module Reflect : sig ... endConversion of an AST value into OCaml source code that creates this value
module Sort : sig ... endTopological sort that doesn't give up on cycles.
module Util : sig ... endTop-level utilities
module Version : sig ... end