no more shadowing of Min and Max by Approximation
authorimmler
Sat, 23 Feb 2019 19:50:21 +0000
changeset 69830 54d19f1f0ba6
parent 69829 3bfa28b3a5b2
child 69834 58ef3b8a8460
child 69835 b1dfaa25130e
no more shadowing of Min and Max by Approximation
src/HOL/Decision_Procs/Approximation.thy
--- a/src/HOL/Decision_Procs/Approximation.thy	Thu Feb 21 09:15:07 2019 +0000
+++ b/src/HOL/Decision_Procs/Approximation.thy	Sat Feb 23 19:50:21 2019 +0000
@@ -1670,4 +1670,26 @@
 ML_file \<open>approximation_generator.ML\<close>
 setup "Approximation_Generator.setup"
 
+section "Avoid pollution of name space"
+
+hide_const (open)
+  Add
+  Minus
+  Mult
+  Inverse
+  Cos
+  Arctan
+  Abs
+  Max
+  Min
+  Pi
+  Sqrt
+  Exp
+  Powr
+  Ln
+  Power
+  Floor
+  Var
+  Num
+
 end