uodated to new Isabelle (15. Aug)
authorChristian Urban <urbanc@in.tum.de>
Mon, 15 Aug 2011 17:42:35 +0200
changeset 2988 eab84ac2603b
parent 2987 27aab7a105eb
child 2989 5df574281b69
uodated to new Isabelle (15. Aug)
Nominal/nominal_function.ML
--- a/Nominal/nominal_function.ML	Mon Aug 15 10:43:22 2011 +0200
+++ b/Nominal/nominal_function.ML	Mon Aug 15 17:42:35 2011 +0200
@@ -181,9 +181,7 @@
           pinducts=snd pinducts', simps=NONE, inducts=NONE, termination=termination',
           fs=fs, R=R, defname=defname, is_partial=true, eqvts=eqvts}
 
-        val _ =
-          if not is_external then ()
-          else Specification.print_consts lthy (K false) (map fst fixes)
+        val _ = Proof_Display.print_consts is_external lthy (K false) (map fst fixes)
       in
         (info, 
          lthy |> Local_Theory.declaration false (add_function_data o morph_function_data info))