Ltac_pluginmodule ComRewrite : sig ... endmodule Coretactics : sig ... endmodule Extraargs : sig ... endmodule Extratactics : sig ... endmodule G_auto : sig ... endmodule G_class : sig ... endmodule G_eqdecide : sig ... endmodule G_ltac : sig ... endmodule G_rewrite : sig ... endmodule G_tactic : sig ... endmodule Internals : sig ... endImplementation of Ltac-specific code to be exported in mlg files.
module Leminv : sig ... endmodule Pltac : sig ... endLtac parsing entries
module Pptactic : sig ... endThis module implements pretty-printers for ltac_expr syntactic objects and their subcomponents.
module Profile_ltac_tactics : sig ... endmodule Tacarg : sig ... endmodule Taccoerce : sig ... endCoercions from highest level generic arguments to actual data used by Ltac interpretation. Those functions examinate dynamic types and try to return something sensible according to the object content.
module Tacentries : sig ... endLtac toplevel command entries.
module Tacenv : sig ... endThis module centralizes the various ways of registering tactics.
module Tacexpr : sig ... endmodule Tacintern : sig ... endGlobalization of tactic expressions : Conversion from raw_tactic_expr to glob_tactic_expr
module Tacinterp : sig ... endmodule Tacsubst : sig ... endSubstitution of tactics at module closing time
module Tactic_debug : sig ... endTODO: Move those definitions somewhere sensible
module Tactic_matching : sig ... endThis file extends Matching with the main logic for Ltac's (lazy)match and (lazy)match goal.