Dolmen_stdmodule Id : sig ... endStandard implementation of identifiers
module Misc : sig ... endmodule Normalize : sig ... endNormalizing functions
module ParseLocation : sig ... endStandard implementation of file locations.
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 Term : sig ... endStandard implementation of terms
module Transformer : sig ... end