src/HOL/Tools/prop_logic.ML
changeset 14753 f40b45db8cf0
parent 14681 16fcef3a3174
child 14939 29fe4a9a7cb5
--- a/src/HOL/Tools/prop_logic.ML	Mon May 17 11:02:16 2004 +0200
+++ b/src/HOL/Tools/prop_logic.ML	Mon May 17 14:05:06 2004 +0200
@@ -38,7 +38,7 @@
 struct
 
 (* ------------------------------------------------------------------------- *)
-(* prop_formula: formulas of propositional logic, built from boolean         *)
+(* prop_formula: formulas of propositional logic, built from Boolean         *)
 (*               variables (referred to by index) and True/False using       *)
 (*               not/or/and                                                  *)
 (* ------------------------------------------------------------------------- *)
@@ -81,7 +81,7 @@
 	  | SAnd (fm1, fm2) = And (fm1, fm2);
 
 (* ------------------------------------------------------------------------- *)
-(* indices: collects all indices of boolean variables that occur in a        *)
+(* indices: collects all indices of Boolean variables that occur in a        *)
 (*      propositional formula 'fm'; no duplicates                            *)
 (* ------------------------------------------------------------------------- *)
 
@@ -260,7 +260,7 @@
 	fun dot_product (xs,ys) = exists (map SAnd (xs~~ys));
 
 (* ------------------------------------------------------------------------- *)
-(* eval: given an assignment 'a' of boolean values to variable indices, the  *)
+(* eval: given an assignment 'a' of Boolean values to variable indices, the  *)
 (*      truth value of a propositional formula 'fm' is computed              *)
 (* ------------------------------------------------------------------------- *)