rationalized dependencies
authorblanchet
Mon, 20 Jan 2014 18:24:56 +0100
changeset 55074 2b0b6f69b148
parent 55073 9b96fb4c8cfd
child 55075 b3d0a02a756d
rationalized dependencies
src/HOL/BNF_Examples/Derivation_Trees/Gram_Lang.thy
src/HOL/BNF_Examples/Derivation_Trees/Prelim.thy
--- a/src/HOL/BNF_Examples/Derivation_Trees/Gram_Lang.thy	Mon Jan 20 18:24:56 2014 +0100
+++ b/src/HOL/BNF_Examples/Derivation_Trees/Gram_Lang.thy	Mon Jan 20 18:24:56 2014 +0100
@@ -8,7 +8,7 @@
 header {* Language of a Grammar *}
 
 theory Gram_Lang
-imports DTree
+imports DTree "~~/src/HOL/Library/Infinite_Set"
 begin
 
 
--- a/src/HOL/BNF_Examples/Derivation_Trees/Prelim.thy	Mon Jan 20 18:24:56 2014 +0100
+++ b/src/HOL/BNF_Examples/Derivation_Trees/Prelim.thy	Mon Jan 20 18:24:56 2014 +0100
@@ -8,7 +8,7 @@
 header {* Preliminaries *}
 
 theory Prelim
-imports "../../BNF" "../../More_BNFs"
+imports "../../BNF/More_BNFs"
 begin
 
 declare fset_to_fset[simp]