added axclass power (from HOL.thy);
authorwenzelm
Fri, 10 Nov 2000 19:04:31 +0100
changeset 10435 b100e8d2c355
parent 10434 6ea4735c3955
child 10436 98c421dd5972
added axclass power (from HOL.thy);
src/HOL/Nat.thy
--- a/src/HOL/Nat.thy	Fri Nov 10 19:03:55 2000 +0100
+++ b/src/HOL/Nat.thy	Fri Nov 10 19:04:31 2000 +0100
@@ -18,8 +18,10 @@
 instance nat :: order (le_refl,le_trans,le_anti_sym,nat_less_le)
 instance nat :: linorder (nat_le_linear)
 
+axclass power < term
+
 consts
-  "^"           :: ['a::power,nat] => 'a            (infixr 80)
+  power :: ['a::power, nat] => 'a            (infixr "^" 80)
 
 
 (* arithmetic operators + - and * *)