changeset 82598 | 766a07ff7a07 |
parent 77889 | 5db014c36f42 |
--- a/src/Pure/Tools/thy_deps.ML Sun May 04 12:18:27 2025 +0100 +++ b/src/Pure/Tools/thy_deps.ML Sun May 04 15:05:51 2025 +0200 @@ -36,6 +36,6 @@ let val thy0 = Proof_Context.theory_of ctxt in if Context.subthy (thy, thy0) then thy else raise THEORY ("Bad theory", [thy, thy0]) end); -val thy_deps_cmd = Graph_Display.display_graph oo gen_thy_deps (Theory.check {long = false}); +val thy_deps_cmd = Graph_Display.display_graph oo gen_thy_deps (Theory.check {long = true}); end;