tuned comment;
authorwenzelm
Tue, 17 Mar 2009 15:34:42 +0100
changeset 30564 deddb8a1516f
parent 30563 e99c5466af92
child 30565 784be11cb70e
tuned comment;
src/Pure/more_thm.ML
--- a/src/Pure/more_thm.ML	Tue Mar 17 14:14:25 2009 +0100
+++ b/src/Pure/more_thm.ML	Tue Mar 17 15:34:42 2009 +0100
@@ -208,15 +208,12 @@
   in fold (fn (t, u) => f t #> f u) tpairs #> f prop #> fold f hyps end;
 
 
-(* lists of theorems in canonical order *)
+(* collections of theorems in canonical order *)
 
 val add_thm = update eq_thm_prop;
 val del_thm = remove eq_thm_prop;
 val merge_thms = merge eq_thm_prop;
 
-
-(* indexed collections *)
-
 val intro_rules = Item_Net.init eq_thm_prop Thm.concl_of;
 val elim_rules = Item_Net.init eq_thm_prop Thm.major_prem_of;