diff -r a80d8ec6c998 -r 3dda49e08b9d src/HOL/Tools/Meson/meson_clausify.ML --- a/src/HOL/Tools/Meson/meson_clausify.ML Fri Jan 04 21:49:06 2019 +0100 +++ b/src/HOL/Tools/Meson/meson_clausify.ML Fri Jan 04 23:22:53 2019 +0100 @@ -176,7 +176,7 @@ TrueI) (*cterms are used throughout for efficiency*) -val cTrueprop = Thm.cterm_of @{theory_context HOL} HOLogic.Trueprop; +val cTrueprop = Thm.cterm_of \<^theory_context>\HOL\ HOLogic.Trueprop; (*Given an abstraction over n variables, replace the bound variables by free ones. Return the body, along with the list of free variables.*) @@ -294,7 +294,7 @@ val cheat_choice = \<^prop>\\x. \y. Q x y \ \f. \x. Q x (f x)\ |> Logic.varify_global - |> Skip_Proof.make_thm @{theory} + |> Skip_Proof.make_thm \<^theory> (* Converts an Isabelle theorem into NNF. *) fun nnf_axiom choice_ths new_skolem ax_no th ctxt =