src/Doc/more_antiquote.ML
changeset 63073 413184c7a2a2
parent 63026 9a9c2d846d4a
child 63160 80a91e0e236e
--- a/src/Doc/more_antiquote.ML	Wed May 04 10:19:01 2016 +0200
+++ b/src/Doc/more_antiquote.ML	Mon May 09 14:37:47 2016 +0200
@@ -50,7 +50,7 @@
       |> snd
       |> these
       |> map_filter (fn (_, (some_thm, proper)) => if proper then some_thm else NONE)
-      |> map (holize o no_vars ctxt o Axclass.overload thy);
+      |> map (holize o no_vars ctxt o Axclass.overload ctxt);
   in Thy_Output.output ctxt (Thy_Output.maybe_pretty_source pretty_thm ctxt source thms) end;
 
 in