src/Pure/type.ML
changeset 1484 b43cd8a8061f
parent 1460 5a6f2aabd538
child 1504 a65cf361e5c1
--- a/src/Pure/type.ML	Thu Feb 08 12:26:16 1996 +0100
+++ b/src/Pure/type.ML	Fri Feb 09 12:18:02 1996 +0100
@@ -333,9 +333,9 @@
 fun inst_term_tvars(tsig, tye) = map_term_types (inst_typ_tvars(tsig, tye));
 
 
-(* expand_typ *)
+(* norm_typ *)
 
-fun expand_typ (TySg {abbrs, ...}) ty =
+fun norm_typ (TySg {abbrs, ...}) ty =
   let
     val idx = maxidx_of_typ ty + 1;
 
@@ -349,9 +349,6 @@
     expand ty
   end;
 
-val norm_typ = expand_typ;
-
-
 
 (** type matching **)