added ::bool in the defn of True.
authornipkow
Fri, 11 Feb 1994 11:09:50 +0100
changeset 41 054ce38225b9
parent 40 ac7b7003f177
child 42 87f6e8b93221
added ::bool in the defn of True.
HOL.thy
hol.thy
--- a/HOL.thy	Thu Feb 03 09:55:47 1994 +0100
+++ b/HOL.thy	Fri Feb 11 11:09:50 1994 +0100
@@ -103,7 +103,7 @@
 
   (* Definitions *)
 
-  True_def      "True = ((%x.x)=(%x.x))"
+  True_def      "True = ((%x::bool.x)=(%x.x))"
   All_def       "All  = (%P. P = (%x.True))"
   Ex_def        "Ex   = (%P. P(@x.P(x)))"
   False_def     "False = (!P.P)"
--- a/hol.thy	Thu Feb 03 09:55:47 1994 +0100
+++ b/hol.thy	Fri Feb 11 11:09:50 1994 +0100
@@ -103,7 +103,7 @@
 
   (* Definitions *)
 
-  True_def      "True = ((%x.x)=(%x.x))"
+  True_def      "True = ((%x::bool.x)=(%x.x))"
   All_def       "All  = (%P. P = (%x.True))"
   Ex_def        "Ex   = (%P. P(@x.P(x)))"
   False_def     "False = (!P.P)"