src/HOL/Tools/Quickcheck/PNF_Narrowing_Engine.hs
changeset 44751 f523923d8182
parent 43313 d3c34987863b
child 45003 7591039fb6b4
--- a/src/HOL/Tools/Quickcheck/PNF_Narrowing_Engine.hs	Tue Sep 06 14:25:16 2011 +0200
+++ b/src/HOL/Tools/Quickcheck/PNF_Narrowing_Engine.hs	Tue Sep 06 16:40:22 2011 +0200
@@ -8,7 +8,7 @@
 import System.Exit
 import Maybe
 import List (partition, findIndex)
-import Code
+import Generated_Code
 
 
 type Pos = [Int]