From a0141c0ccc295af0d7938e8e515c9eef40449d73 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Sun, 15 Jun 2014 14:15:30 +0200 Subject: Change Ltac constr matching semantics to consider universes when merging two bindings of the same variable (fixing HoTT bug #52). Document the unification of universes in Ltac/tactics. --- test-suite/bugs/opened/HoTT_coq_052.v | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 test-suite/bugs/opened/HoTT_coq_052.v (limited to 'test-suite/bugs/opened') diff --git a/test-suite/bugs/opened/HoTT_coq_052.v b/test-suite/bugs/opened/HoTT_coq_052.v deleted file mode 100644 index 886dbad9ef..0000000000 --- a/test-suite/bugs/opened/HoTT_coq_052.v +++ /dev/null @@ -1,22 +0,0 @@ -Goal Type = Type. - match goal with |- ?x = ?x => idtac end. -Abort. - -Goal Prop. - Fail match goal with |- Type => idtac end. -Abort. - -Goal Prop = Set. - (* This should fail *) - Fail Fail match goal with |- ?x = ?x => idtac end. -Abort. - -Goal Type = Prop. - (* This should fail *) - Fail Fail match goal with |- ?x = ?x => idtac end. -Abort. - -Goal Type = Set. - (* This should fail *) - Fail Fail match goal with |- ?x = ?x => idtac end. -Abort. -- cgit v1.2.3