avoid popular infixes
authorhaftmann
Thu, 29 Apr 2010 15:00:41 +0200
changeset 36532 fdfc37254090
parent 36531 19f6e3b0d9b6
child 36533 f8df589ca2a5
avoid popular infixes
src/HOL/HOL.thy
--- a/src/HOL/HOL.thy	Thu Apr 29 15:00:40 2010 +0200
+++ b/src/HOL/HOL.thy	Thu Apr 29 15:00:41 2010 +0200
@@ -1962,6 +1962,10 @@
 
 subsubsection {* Evaluation and normalization by evaluation *}
 
+text {* Avoid some named infixes in evaluation environment *}
+
+code_reserved Eval oo ooo oooo upto downto orf andf mem mem_int mem_string
+
 setup {*
   Value.add_evaluator ("SML", Codegen.eval_term o ProofContext.theory_of)
 *}