From 2e1e80b173846c8ed7ac94ce5f533ffc6cd6c8bd Mon Sep 17 00:00:00 2001 From: filliatr Date: Wed, 14 Feb 2007 08:09:05 +0000 Subject: encodage des types git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9646 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/dp/tests.v | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib/dp/tests.v') diff --git a/contrib/dp/tests.v b/contrib/dp/tests.v index 984d66c8fe..b32c45e742 100644 --- a/contrib/dp/tests.v +++ b/contrib/dp/tests.v @@ -4,6 +4,9 @@ Require Import Classical. Require Export zenon. +Dp_debug. +Dp_timeout 3. + (* First example with the 0 and the equality translated *) Goal 0 = 0. @@ -39,8 +42,6 @@ Goal ((((A -> C) -> A) -> A) -> C) -> C. zenon. Qed. -Dp_debug. - (* Arithmetic *) Open Scope Z_scope. -- cgit v1.2.3