hide global sum
authornipkow
Mon, 09 Jan 2017 19:32:40 +0100
changeset 64851 33aab75ff423
parent 64847 54f5afc9c413
child 64852 f3504bc69ea3
hide global sum
src/HOL/IMP/Hoare_Examples.thy
--- a/src/HOL/IMP/Hoare_Examples.thy	Mon Jan 09 15:54:48 2017 +0000
+++ b/src/HOL/IMP/Hoare_Examples.thy	Mon Jan 09 19:32:40 2017 +0100
@@ -2,6 +2,8 @@
 
 theory Hoare_Examples imports Hoare begin
 
+hide_const (open) sum
+
 text{* Summing up the first @{text x} natural numbers in variable @{text y}. *}
 
 fun sum :: "int \<Rightarrow> int" where