From 754e66eb2878eb964e0369226ae809ecadb1b376 Mon Sep 17 00:00:00 2001 From: Xavier Clerc Date: Wed, 28 Jan 2015 11:37:01 +0100 Subject: Several reproduction cases for the test suite. --- test-suite/bugs/opened/3938.v | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-suite/bugs/opened/3938.v (limited to 'test-suite/bugs/opened/3938.v') diff --git a/test-suite/bugs/opened/3938.v b/test-suite/bugs/opened/3938.v new file mode 100644 index 000000000..2d0d1930f --- /dev/null +++ b/test-suite/bugs/opened/3938.v @@ -0,0 +1,6 @@ +Require Import Coq.Arith.PeanoNat. +Hint Extern 1 => admit : typeclass_instances. +Goal forall a b (f : nat -> Set), Nat.eq a b -> f a = f b. + intros a b f H. + rewrite H. (* Toplevel input, characters 15-25: +Anomaly: Evar ?X11 was not declared. Please report. *) -- cgit v1.2.3