replaced hide by the new hide_const
authorChristian Urban <urbanc@in.tum.de>
Fri, 30 Apr 2010 16:31:43 +0100
changeset 2005 233bb805a4df
parent 2004 b96e8cf86891
child 2006 2ceec1b4b015
replaced hide by the new hide_const
Pearl-jv/Paper.thy
Pearl/Paper.thy
--- a/Pearl-jv/Paper.thy	Fri Apr 30 15:36:02 2010 +0100
+++ b/Pearl-jv/Paper.thy	Fri Apr 30 16:31:43 2010 +0100
@@ -30,7 +30,7 @@
 *)
 
 (* sort is used in Lists for sorting *)
-hide const sort
+hide_const sort
 
 abbreviation
   "sort \<equiv> sort_of"
--- a/Pearl/Paper.thy	Fri Apr 30 15:36:02 2010 +0100
+++ b/Pearl/Paper.thy	Fri Apr 30 16:31:43 2010 +0100
@@ -30,7 +30,7 @@
 *)
 
 (* sort is used in Lists for sorting *)
-hide const sort
+hide_const sort
 
 abbreviation
   "sort \<equiv> sort_of"