src/HOL/Tools/Function/partial_function.ML
changeset 69593 3dda49e08b9d
parent 67664 ad2b3e330c27
child 69829 3bfa28b3a5b2
--- a/src/HOL/Tools/Function/partial_function.ML	Fri Jan 04 21:49:06 2019 +0100
+++ b/src/HOL/Tools/Function/partial_function.ML	Fri Jan 04 23:22:53 2019 +0100
@@ -150,15 +150,15 @@
 fun uncurry_n arity = funpow (arity - 1) HOLogic.mk_case_prod;
 
 val curry_uncurry_ss =
-  simpset_of (put_simpset HOL_basic_ss @{context}
+  simpset_of (put_simpset HOL_basic_ss \<^context>
     addsimps [@{thm Product_Type.curry_case_prod}, @{thm Product_Type.case_prod_curry}])
 
 val split_conv_ss =
-  simpset_of (put_simpset HOL_basic_ss @{context}
+  simpset_of (put_simpset HOL_basic_ss \<^context>
     addsimps [@{thm Product_Type.split_conv}]);
 
 val curry_K_ss =
-  simpset_of (put_simpset HOL_basic_ss @{context}
+  simpset_of (put_simpset HOL_basic_ss \<^context>
     addsimps [@{thm Product_Type.curry_K}]);
 
 (* instantiate generic fixpoint induction and eliminate the canonical assumptions;