Acutis_internalsmodule Compile : sig ... endOrchestrate the Lexer, Parser, Typechecker, and Matching to produce the final template.
module Error : sig ... endAll of the error messages.
module Lexer : sig ... endThe lexer module generated by ocamllex.
module Matching : sig ... endCompile patterns into decision trees.
module Nonempty : sig ... endLists with at least one item.
module Parser : sig ... endmodule Parser_messages : sig ... endTurn Menhir errors into human-readable messages.
module Pp : sig ... endHelpers for Format functions.
module Typechecker : sig ... endType-checks the untyped Ast.t and constructs a typed tree.