hide newly introduced constant Sublist.sub to allow for name sub in TreeFsetI
authorChristian Sternagel
Thu, 30 Aug 2012 13:44:15 +0900
changeset 49092 5eddc9aaebf1
parent 49091 0da7116b1b23
child 49093 fdc301f592c4
hide newly introduced constant Sublist.sub to allow for name sub in TreeFsetI
src/HOL/Codatatype/Examples/TreeFI.thy
src/HOL/Codatatype/Examples/TreeFsetI.thy
src/HOL/Library/Sublist.thy
--- a/src/HOL/Codatatype/Examples/TreeFI.thy	Thu Aug 30 13:39:43 2012 +0900
+++ b/src/HOL/Codatatype/Examples/TreeFI.thy	Thu Aug 30 13:44:15 2012 +0900
@@ -12,6 +12,8 @@
 imports ListF
 begin
 
+hide_const (open) Sublist.sub
+
 bnf_codata treeFI: 'tree = "'a \<times> 'tree listF"
 
 lemma treeFIBNF_listF_set[simp]: "treeFIBNF_set2 (i, xs) = listF_set xs"
--- a/src/HOL/Codatatype/Examples/TreeFsetI.thy	Thu Aug 30 13:39:43 2012 +0900
+++ b/src/HOL/Codatatype/Examples/TreeFsetI.thy	Thu Aug 30 13:44:15 2012 +0900
@@ -12,6 +12,8 @@
 imports "../Codatatype"
 begin
 
+hide_const (open) Sublist.sub
+
 definition pair_fun (infixr "\<odot>" 50) where
   "f \<odot> g \<equiv> \<lambda>x. (f x, g x)"