Overloading of "^" requires a type constraint
authorpaulson
Fri, 30 May 1997 15:20:41 +0200
changeset 3371 80f0d0b2f404
parent 3370 5c5fdce3a4e4
child 3372 6e472c8f0011
Overloading of "^" requires a type constraint
src/HOL/RelPow.ML
--- a/src/HOL/RelPow.ML	Fri May 30 15:19:58 1997 +0200
+++ b/src/HOL/RelPow.ML	Fri May 30 15:20:41 1997 +0200
@@ -6,7 +6,7 @@
 
 open RelPow;
 
-goal RelPow.thy "R^1 = R";
+goal RelPow.thy "!!R:: ('a*'a)set. R^1 = R";
 by (Simp_tac 1);
 qed "rel_pow_1";
 Addsimps [rel_pow_1];