src/HOLCF/Fixrec.thy
changeset 19396 0592ea0c68a0
parent 19327 4565e230e6eb
child 19439 27c2e4cd634b
--- a/src/HOLCF/Fixrec.thy	Mon Apr 10 00:33:54 2006 +0200
+++ b/src/HOLCF/Fixrec.thy	Mon Apr 10 00:34:46 2006 +0200
@@ -544,9 +544,6 @@
 
 use "fixrec_package.ML"
 
-setup {*
-  Theory.hide_consts_i false
-    ["Fixrec.return", "Fixrec.bind", "Fixrec.fail"]
-*}
+hide (open) const return bind fail
 
 end