src/HOL/Tools/meson.ML
changeset 21046 fe1db2f991a7
parent 20972 db0425645cc7
child 21050 d0447a511edb
--- a/src/HOL/Tools/meson.ML	Mon Oct 16 14:07:21 2006 +0200
+++ b/src/HOL/Tools/meson.ML	Mon Oct 16 14:07:31 2006 +0200
@@ -204,7 +204,7 @@
 fun resop nf [prem] = resolve_tac (nf prem) 1;
 
 (*Any need to extend this list with 
-  "HOL.type_class","OperationalEquality.eq_class","ProtoPure.term"?*)
+  "HOL.type_class","Code_Generator.eq_class","ProtoPure.term"?*)
 val has_meta_conn = 
     exists_Const (fn (c,_) => c mem_string ["==", "==>", "all", "prop"]);