diff options
| author | ppedrot | 2013-06-27 15:59:23 +0000 |
|---|---|---|
| committer | ppedrot | 2013-06-27 15:59:23 +0000 |
| commit | 67a755713eaabf37f4d8e5fd85b4fb04e316938a (patch) | |
| tree | a5e42775c948225788e41e187b366546c31ceb0d /intf | |
| parent | 2a74ec0fdda9829127eb159673e82c2c5242ae88 (diff) | |
Removing useless tactic arguments, and using generic arguments
instead (proof of concept, to be extended).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16609 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/tacexpr.mli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli index c253e888dd..86ac93d897 100644 --- a/intf/tacexpr.mli +++ b/intf/tacexpr.mli @@ -185,12 +185,11 @@ type ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_atomic_tactic_expr = and ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_tactic_arg = | TacDynamic of Loc.t * Dyn.t - | TacVoid + | TacGeneric of 'lev generic_argument | MetaIdArg of Loc.t * bool * string | ConstrMayEval of ('trm,'cst,'pat) may_eval | IntroPattern of intro_pattern_expr located | Reference of 'ref - | Integer of int | TacCall of Loc.t * 'ref * ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_tactic_arg list | TacExternal of Loc.t * string * string * |
