src/Pure/Isar/constdefs.ML
changeset 18873 11c92ec2c29c
parent 18779 a9f41c380b2f
child 18948 b6b19cc8454f
--- a/src/Pure/Isar/constdefs.ML	Tue Jan 31 18:19:27 2006 +0100
+++ b/src/Pure/Isar/constdefs.ML	Tue Jan 31 18:19:28 2006 +0100
@@ -63,7 +63,7 @@
     val ctxt = ProofContext.init thy;
     val (structs, _) = prep_vars (map (fn (x, T) => (x, T, Structure)) raw_structs) ctxt;
     val (decls, thy') = fold_map (gen_constdef prep_vars prep_term prep_att structs) specs thy;
-  in Pretty.writeln (LocalTheory.pretty_consts ctxt decls); thy' end;
+  in Pretty.writeln (LocalTheory.pretty_consts ctxt (K true) decls); thy' end;
 
 val add_constdefs = gen_constdefs ProofContext.read_vars_legacy
   ProofContext.read_term_legacy Attrib.attribute;