rename abbreviation square -> power2, to match theorem names
authorhuffman
Tue, 06 Jan 2009 11:49:23 -0800
changeset 29401 94fd5dd918f5
parent 29374 ff4ba1ed4527
child 29402 9610f3870d64
rename abbreviation square -> power2, to match theorem names
src/HOL/NatBin.thy
--- a/src/HOL/NatBin.thy	Tue Jan 06 09:18:02 2009 -0800
+++ b/src/HOL/NatBin.thy	Tue Jan 06 11:49:23 2009 -0800
@@ -29,14 +29,14 @@
   unfolding nat_number_of_def ..
 
 abbreviation (xsymbols)
-  square :: "'a::power => 'a"  ("(_\<twosuperior>)" [1000] 999) where
+  power2 :: "'a::power => 'a"  ("(_\<twosuperior>)" [1000] 999) where
   "x\<twosuperior> == x^2"
 
 notation (latex output)
-  square  ("(_\<twosuperior>)" [1000] 999)
+  power2  ("(_\<twosuperior>)" [1000] 999)
 
 notation (HTML output)
-  square  ("(_\<twosuperior>)" [1000] 999)
+  power2  ("(_\<twosuperior>)" [1000] 999)
 
 
 subsection {* Predicate for negative binary numbers *}