corrected two comments
authoroheimb
Sat, 25 Oct 1997 14:39:25 +0200
changeset 4004 773f3c061777
parent 4003 2bbeed529077
child 4005 8858c472691a
corrected two comments
src/HOLCF/Cfun3.ML
--- a/src/HOLCF/Cfun3.ML	Fri Oct 24 18:10:51 1997 +0200
+++ b/src/HOLCF/Cfun3.ML	Sat Oct 25 14:39:25 1997 +0200
@@ -184,7 +184,7 @@
 
 Addsimps cont_lemmas1;
 
-(* HINT: cont_tac is now installed in simplifier in Lift3.ML ! *)
+(* HINT: cont_tac is now installed in simplifier in Lift.ML ! *)
 
 (*val cont_tac = (fn i => (resolve_tac cont_lemmas i));*)
 (*val cont_tacR = (fn i => (REPEAT (cont_tac i)));*)
@@ -369,7 +369,7 @@
 (* use cont_tac as autotac.                                                *)
 (* ------------------------------------------------------------------------ *)
 
-(* HINT: cont_tac is now installed in simplifier in Lift3.ML ! *)
+(* HINT: cont_tac is now installed in simplifier in Lift.ML ! *)
 (*simpset := !simpset addsolver (K (DEPTH_SOLVE_1 o cont_tac));*)
 
 (* ------------------------------------------------------------------------ *)