From ace8263ee9d05a684a81b7a1256b675b4085a7ca Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 29 Apr 2003 12:02:52 +0000 Subject: Blancs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3976 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Logic/Hurkens.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/Logic/Hurkens.v b/theories/Logic/Hurkens.v index 0cb2ef5da5..74629fccad 100644 --- a/theories/Logic/Hurkens.v +++ b/theories/Logic/Hurkens.v @@ -29,7 +29,7 @@ Section Paradox. Variable bool : Prop. -Variable p2b : Prop -> bool. +Variable p2b : Prop -> bool. Variable b2p : bool -> Prop. Hypothesis p2p1 : (A:Prop)(b2p (p2b A))->A. Hypothesis p2p2 : (A:Prop)A->(b2p (p2b A)). -- cgit v1.2.3