absolute import -- must work with Main.thy / HOL-Proofs
authorhaftmann
Wed, 02 Jun 2010 16:24:14 +0200
changeset 37294 a2a8216999a2
parent 37293 2c9ed7478e6e
child 37295 5c0499f4f4c8
absolute import -- must work with Main.thy / HOL-Proofs
src/HOL/Number_Theory/Primes.thy
--- a/src/HOL/Number_Theory/Primes.thy	Wed Jun 02 16:24:14 2010 +0200
+++ b/src/HOL/Number_Theory/Primes.thy	Wed Jun 02 16:24:14 2010 +0200
@@ -28,7 +28,7 @@
 header {* Primes *}
 
 theory Primes
-imports GCD
+imports "~~/src/HOL/GCD"
 begin
 
 declare One_nat_def [simp del]