src/HOL/Tools/monomorph.ML
changeset 67149 e61557884799
parent 60642 48dd1cefb4ae
child 73376 96ef620c8b1e
--- a/src/HOL/Tools/monomorph.ML	Wed Dec 06 19:34:59 2017 +0100
+++ b/src/HOL/Tools/monomorph.ML	Wed Dec 06 20:43:09 2017 +0100
@@ -63,16 +63,16 @@
 
 (* configuration options *)
 
-val max_rounds = Attrib.setup_config_int @{binding monomorph_max_rounds} (K 5)
+val max_rounds = Attrib.setup_config_int \<^binding>\<open>monomorph_max_rounds\<close> (K 5)
 
 val max_new_instances =
-  Attrib.setup_config_int @{binding monomorph_max_new_instances} (K 500)
+  Attrib.setup_config_int \<^binding>\<open>monomorph_max_new_instances\<close> (K 500)
 
 val max_thm_instances =
-  Attrib.setup_config_int @{binding monomorph_max_thm_instances} (K 20)
+  Attrib.setup_config_int \<^binding>\<open>monomorph_max_thm_instances\<close> (K 20)
 
 val max_new_const_instances_per_round =
-  Attrib.setup_config_int @{binding monomorph_max_new_const_instances_per_round} (K 5)
+  Attrib.setup_config_int \<^binding>\<open>monomorph_max_new_const_instances_per_round\<close> (K 5)
 
 fun limit_rounds ctxt f =
   let