Args.local_typ_raw;
authorwenzelm
Fri, 21 May 2004 21:19:18 +0200
changeset 14776 4f3b383a46ae
parent 14775 65c22319829f
child 14777 5bb4bbdb6529
Args.local_typ_raw;
src/Pure/Isar/isar_output.ML
--- a/src/Pure/Isar/isar_output.ML	Fri May 21 21:19:04 2004 +0200
+++ b/src/Pure/Isar/isar_output.ML	Fri May 21 21:19:18 2004 +0200
@@ -335,7 +335,7 @@
  [("thm", args Attrib.local_thmss (output_seq_with pretty_thm)),
   ("prop", args Args.local_prop (output_with pretty_term)),
   ("term", args Args.local_term (output_with pretty_term)),
-  ("typ", args Args.local_typ_no_norm (output_with ProofContext.pretty_typ)),
+  ("typ", args Args.local_typ_raw (output_with ProofContext.pretty_typ)),
   ("text", args (Scan.lift Args.name) (output_with (K pretty_text))),
   ("goals", output_goals true),
   ("subgoals", output_goals false),