src/CTT/Bool.ML
changeset 9251 bd57acd44fc1
parent 9249 c71db8c28727
child 17441 5b5feca0344a
--- a/src/CTT/Bool.ML	Wed Jul 05 17:52:24 2000 +0200
+++ b/src/CTT/Bool.ML	Wed Jul 05 18:27:55 2000 +0200
@@ -1,9 +1,9 @@
-(*  Title:      CTT/bool
+(*  Title:      CTT/Bool
     ID:         $Id$
     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
     Copyright   1991  University of Cambridge
 
-Theorems for bool.thy (booleans and conditionals)
+The two-element type (booleans and conditionals)
 *)
 
 val bool_defs = [Bool_def,true_def,false_def,cond_def];