From 6bca54599ab2b8ab928bfc92b8ddfb0aeba4345f Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Wed, 15 Oct 2014 13:31:46 +0200 Subject: Reenable FO unification of primitive projections and their eta-expanded forms in evarconv and unification, as well as fallback to first-order unification when eta for constructors fail. Update test-suite file 3484 to test for the FO case in evarconv as well. --- test-suite/bugs/closed/3484.v | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test-suite/bugs') diff --git a/test-suite/bugs/closed/3484.v b/test-suite/bugs/closed/3484.v index 3070a4128c..6c40a4266a 100644 --- a/test-suite/bugs/closed/3484.v +++ b/test-suite/bugs/closed/3484.v @@ -14,7 +14,10 @@ Proof. apply (@ap _ _ pr1 _ y). Undo. Unset Printing Notations. - apply (ap pr1). admit. + apply (ap pr1). + Undo. + refine (ap pr1 _). +admit. Defined. (* Toplevel input, characters 22-28: -- cgit v1.2.3