--- a/src/HOL/Import/Generate-HOL/GenHOL4Base.thy Tue Jul 10 09:23:11 2007 +0200
+++ b/src/HOL/Import/Generate-HOL/GenHOL4Base.thy Tue Jul 10 09:23:12 2007 +0200
@@ -208,7 +208,7 @@
import_theory divides;
const_maps
- divides > "Divides.dvd" :: "[nat,nat]=>bool";
+ divides > Divides.times_class.dvd :: "[nat,nat]=>bool";
end_import;
--- a/src/HOL/Import/HOL/divides.imp Tue Jul 10 09:23:11 2007 +0200
+++ b/src/HOL/Import/HOL/divides.imp Tue Jul 10 09:23:12 2007 +0200
@@ -3,7 +3,7 @@
import_segment "hol4"
const_maps
- "divides" > "Divides.dvd" :: "nat => nat => bool"
+ "divides" > Divides.times_class.dvd :: "nat => nat => bool"
thm_maps
"divides_def" > "HOL4Compat.divides_def"