aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Program
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Program')
-rw-r--r--theories/Program/Equality.v3
1 files changed, 3 insertions, 0 deletions
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