src/HOL/Import/proof_kernel.ML
changeset 16363 c686a606dfba
parent 15794 5de27a5fc5ed
child 16427 9975aab75d72
--- a/src/HOL/Import/proof_kernel.ML	Sat Jun 11 15:42:51 2005 +0200
+++ b/src/HOL/Import/proof_kernel.ML	Sat Jun 11 22:15:47 2005 +0200
@@ -2046,7 +2046,7 @@
 				      
 	    val th3 = (#type_definition typedef_info) RS typedef_hol2hol4
 
-	    val fulltyname = Sign.intern_tycon (sign_of thy') tycname
+	    val fulltyname = Sign.intern_type (sign_of thy') tycname
 	    val thy'' = add_hol4_type_mapping thyname tycname true fulltyname thy'
 
 	    val sg = sign_of thy''
@@ -2110,7 +2110,7 @@
 	    val th3 = (#type_definition typedef_info) RS typedef_hol2hollight
 
 	    val th4 = Drule.freeze_all th3
-	    val fulltyname = Sign.intern_tycon (sign_of thy') tycname
+	    val fulltyname = Sign.intern_type (sign_of thy') tycname
 	    val thy'' = add_hol4_type_mapping thyname tycname true fulltyname thy'
 
 	    val sg = sign_of thy''