From 799afff6971ffe639c764dd88b54cad288f65bc2 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 31 Jul 2010 00:19:35 +0000 Subject: Fixed commit r13359 which was incomplete for its "trunk" part. Thanks to Julien for noticing it. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13366 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Program/Equality.v | 3 +++ 1 file changed, 3 insertions(+) (limited to 'theories/Program') diff --git a/theories/Program/Equality.v b/theories/Program/Equality.v index ae92ad948..37c17aa9a 100644 --- a/theories/Program/Equality.v +++ b/theories/Program/Equality.v @@ -13,6 +13,9 @@ Require Export JMeq. Require Import Coq.Program.Tactics. +Local Notation "'Π' x .. y , P" := (forall x, .. (forall y, P) ..) + (at level 200, x binder, y binder, right associativity) : type_scope. + Ltac is_ground_goal := match goal with |- ?T => is_ground T -- cgit v1.2.3