From 27ea35bafdf0aefe1dcf49dfed1a18c3f158efa5 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 28 Apr 2007 13:56:03 +0000 Subject: Ajout de la possibilité de faire référence dans certains cas à un nom par sa notation (p.ex. pour unfold ou pour lazy delta). Ex: Goal 3+4 = 7. unfold "+". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9804 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/genarg.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interp/genarg.ml') diff --git a/interp/genarg.ml b/interp/genarg.ml index 303278f18..2e057e438 100644 --- a/interp/genarg.ml +++ b/interp/genarg.ml @@ -44,6 +44,8 @@ type argument_type = | ExtraArgType of string type 'a and_short_name = 'a * identifier located option +type 'a or_by_notation = AN of 'a | ByNotation of loc * string + type rawconstr_and_expr = rawconstr * constr_expr option (* Dynamics but tagged by a type expression *) -- cgit v1.2.3