src/FOL/simpdata.ML
changeset 16019 0e1405402d53
parent 15570 8d8c70b41bab
child 17002 fb9261990ffe
--- a/src/FOL/simpdata.ML	Sun May 22 16:51:06 2005 +0200
+++ b/src/FOL/simpdata.ML	Sun May 22 16:51:07 2005 +0200
@@ -105,10 +105,10 @@
   [("op -->", [mp]), ("op &", [conjunct1,conjunct2]),
    ("All", [spec]), ("True", []), ("False", [])];
 
-(* ###FIXME: move to Provers/simplifier.ML
+(* ###FIXME: move to simplifier.ML
 val mk_atomize:      (string * thm list) list -> thm -> thm list
 *)
-(* ###FIXME: move to Provers/simplifier.ML *)
+(* ###FIXME: move to simplifier.ML *)
 fun mk_atomize pairs =
   let fun atoms th =
         (case concl_of th of