src/Tools/Code/code_preproc.ML
changeset 32795 a0f38d8d633a
parent 32544 e129333b9df0
child 32872 019201eb7e07
--- a/src/Tools/Code/code_preproc.ML	Wed Sep 30 23:28:54 2009 +0200
+++ b/src/Tools/Code/code_preproc.ML	Wed Sep 30 23:30:37 2009 +0200
@@ -403,7 +403,7 @@
         @ (maps o maps) fst xs;
     fun type_variable (TFree (_, sort)) = map (pair []) (proj_sort sort);
   in
-    flat (Sorts.of_sort_derivation (Syntax.pp_global thy) algebra
+    flat (Sorts.of_sort_derivation algebra
       { class_relation = class_relation, type_constructor = type_constructor,
         type_variable = type_variable } (T, proj_sort sort)
        handle Sorts.CLASS_ERROR _ => [] (*permissive!*))