From 433e283c473d7025bbb594fd871de1e7ab285e6b Mon Sep 17 00:00:00 2001 From: pboutill Date: Tue, 26 Jul 2011 11:30:17 +0000 Subject: Same Implicit Arguments rule for sumbool and sumor. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14295 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Specif.v | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theories/Init/Specif.v b/theories/Init/Specif.v index 6025078673..12ac08ff0c 100644 --- a/theories/Init/Specif.v +++ b/theories/Init/Specif.v @@ -139,6 +139,9 @@ Inductive sumor (A:Type) (B:Prop) : Type := Add Printing If sumor. +Implicit Arguments inleft [[A] [B]] [A]. +Implicit Arguments inright [[A] [B]] [B]. + (** Various forms of the axiom of choice for specifications *) Section Choice_lemmas. -- cgit v1.2.3