removed obsolete skolem declarations -- done by Theory.at_end;
authorwenzelm
Thu, 12 Jun 2008 22:29:50 +0200
changeset 27183 0fc4c0f97a1b
parent 27182 9e4475b9d58c
child 27184 b1483d423512
removed obsolete skolem declarations -- done by Theory.at_end;
src/HOL/Library/FuncSet.thy
--- a/src/HOL/Library/FuncSet.thy	Thu Jun 12 22:29:49 2008 +0200
+++ b/src/HOL/Library/FuncSet.thy	Thu Jun 12 22:29:50 2008 +0200
@@ -209,16 +209,4 @@
         g \<in> B\<rightarrow>A; inj_on g B; finite A; finite B|] ==> card(A) = card(B)"
   by (blast intro: card_inj order_antisym)
 
-
-(*The following declarations generate polymorphic Skolem functions for 
-  these theorems. Eventually they should become redundant, once this 
-  is done automatically.*)
-
-declare FuncSet.Pi_I [skolem]
-declare FuncSet.Pi_mono [skolem]
-declare FuncSet.extensionalityI [skolem]
-declare FuncSet.funcsetI [skolem]
-declare FuncSet.restrictI [skolem]
-declare FuncSet.restrict_in_funcset [skolem]
-
 end