From deb036a1712e802a55a6160630387fb52ce3d998 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 30 May 2006 16:44:25 +0000 Subject: Généralisation de with_occurrence (ex occurrence) et de red_expr pour permettre de passer les occurrences en paramètre dans ltac, par exemple à pattern git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8878 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/genarg.ml | 1 - interp/genarg.mli | 1 - 2 files changed, 2 deletions(-) (limited to 'interp') diff --git a/interp/genarg.ml b/interp/genarg.ml index 2c38b4c79d..2d51e2a183 100644 --- a/interp/genarg.ml +++ b/interp/genarg.ml @@ -44,7 +44,6 @@ type argument_type = | PairArgType of argument_type * argument_type | ExtraArgType of string -type 'a or_var = ArgArg of 'a | ArgVar of identifier located type 'a and_short_name = 'a * identifier located option type rawconstr_and_expr = rawconstr * constr_expr option diff --git a/interp/genarg.mli b/interp/genarg.mli index 858457e3f7..dacafc4571 100644 --- a/interp/genarg.mli +++ b/interp/genarg.mli @@ -16,7 +16,6 @@ open Rawterm open Topconstr open Term -type 'a or_var = ArgArg of 'a | ArgVar of identifier located type 'a and_short_name = 'a * identifier located option (* In globalize tactics, we need to keep the initial [constr_expr] to recompute*) -- cgit v1.2.3