From bbafae3cc88452d89314342aa745705b4481d584 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Fri, 20 Feb 2015 13:26:22 +0100 Subject: A fix for #3993 (not fully applied term to destruct when eqn is given). --- test-suite/bugs/closed/3993.v | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-suite/bugs/closed/3993.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/3993.v b/test-suite/bugs/closed/3993.v new file mode 100644 index 0000000000..086d8dd0f3 --- /dev/null +++ b/test-suite/bugs/closed/3993.v @@ -0,0 +1,3 @@ +(* Test smooth failure on not fully applied term to destruct with eqn: given *) +Goal True. +Fail induction S eqn:H. -- cgit v1.2.3