Dolmen_stdmodule Answer : sig ... endStandard implementation of answers.
module Builtin : sig ... endThis module defines the builtins that are defined by Dolmen.
module Escape : sig ... endEscaping identifiers
module Expr : sig ... endmodule Extensions : sig ... endmodule Id : sig ... endStandard implementation of identifiers
module Loc : sig ... endStandard implementation of file locations.
module Maps : sig ... endmodule Maps_string : sig ... endmodule Misc : sig ... endmodule Msg : sig ... endmodule Name : sig ... endNames
module Namespace : sig ... endmodule Normalize : sig ... endNormalizing functions
module Path : sig ... endPaths
module Pretty : sig ... endPretty printing annotations
module Statement : sig ... endStandard imlplementation of statements. This module provides a reasonable and standard implementation of statements, that can directly be used to instantiated the various functors of the dolmen library. These statements are closer to smtlib statements than to other languages statements because it is easier to express other languages statements using smtlib's than the other way around. Still, a generalisation of smtlib statements was needed so as not to lose some important distinctions between conjectures and assertions for instance.
module Stats : sig ... endmodule Tag : sig ... endTags
module Term : sig ... endStandard implementation of terms
module Timer : sig ... endmodule Tok : sig ... endmodule Transformer : sig ... endmodule Vec : sig ... endResieable arrays