Ltac_pluginSourceImplementation of Ltac-specific code to be exported in mlg files.
This module implements pretty-printers for ltac_expr syntactic objects and their subcomponents.
Coercions 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.
Ltac toplevel command entries.
module Tacexpr : sig ... endGlobalization of tactic expressions : Conversion from raw_tactic_expr to glob_tactic_expr
TODO: Move those definitions somewhere sensible
This file extends Matching with the main logic for Ltac's (lazy)match and (lazy)match goal.