src/Tools/Code/code_ml.ML
changeset 55776 7dd1971b39c1
parent 55684 ee49b4f7edc8
child 56812 baef1c110f12
--- a/src/Tools/Code/code_ml.ML	Thu Feb 27 16:07:21 2014 +0000
+++ b/src/Tools/Code/code_ml.ML	Thu Feb 27 18:07:53 2014 +0100
@@ -805,7 +805,7 @@
     Code_Namespace.hierarchical_program ctxt {
       module_name = module_name, reserved = reserved, identifiers = identifiers,
       empty_nsp = (reserved, reserved), namify_module = pair, namify_stmt = namify_stmt,
-      cyclic_modules = false, class_transitive = false,
+      cyclic_modules = false, class_transitive = true,
       class_relation_public = true, empty_data = (),
       memorize_data = K I, modify_stmts = modify_stmts }
   end;