From 84ee4d12817c45d4c299cb0359e066b275360982 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 9 Jul 2013 22:32:52 +0000 Subject: Revising r16550 about providing intro patterns for applying injection: - Introduction of a specific notation for injection intropatterns: [= pats] - Use of this specific pattern also to apply discriminate on the fly Note: The automatic injection of dependent tuples over a same first component (introduced in r10180) still not integrated to the main parts of injection and its variant (indeed, it applies only for a root dependent tuple in sigT). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16621 85f007b7-540e-0410-9357-904b9bb8a0f7 --- intf/misctypes.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'intf') diff --git a/intf/misctypes.mli b/intf/misctypes.mli index 164fd60c9e..7d9599032b 100644 --- a/intf/misctypes.mli +++ b/intf/misctypes.mli @@ -18,6 +18,7 @@ type patvar = Id.t type intro_pattern_expr = | IntroOrAndPattern of or_and_intro_pattern_expr + | IntroInjection of (Loc.t * intro_pattern_expr) list | IntroWildcard | IntroRewrite of bool | IntroIdentifier of Id.t -- cgit v1.2.3