From 208a0f7bfa5249f9795e6e225f309cbe715c0fad Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Tue, 21 Nov 2006 21:38:49 +0000 Subject: Imported Upstream version 8.1~gamma --- test-suite/complexity/setoid_rewrite.v | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test-suite/complexity/setoid_rewrite.v (limited to 'test-suite/complexity/setoid_rewrite.v') diff --git a/test-suite/complexity/setoid_rewrite.v b/test-suite/complexity/setoid_rewrite.v new file mode 100644 index 00000000..3b5a0de7 --- /dev/null +++ b/test-suite/complexity/setoid_rewrite.v @@ -0,0 +1,10 @@ +(* Check bug #1176 *) +(* Expected time < 0.50s *) + +Require Import Setoid. + +Variable f : nat -> Prop. + +Goal forall U:Prop, f 100 <-> U. +intros U. +Time setoid_replace U with False. -- cgit v1.2.3