we must not require SetInterval this early
authorpaulson
Wed, 24 May 2000 18:48:03 +0200
changeset 8960 0cd01ec1830b
parent 8959 9d793220a46a
child 8961 b547482dd127
we must not require SetInterval this early
src/HOL/Fun.thy
--- a/src/HOL/Fun.thy	Wed May 24 18:47:43 2000 +0200
+++ b/src/HOL/Fun.thy	Wed May 24 18:48:03 2000 +0200
@@ -6,7 +6,7 @@
 Notions about functions.
 *)
 
-Fun = Vimage + SetInterval + 
+Fun = Vimage + equalities + 
 
 instance set :: (term) order
                        (subset_refl,subset_trans,subset_antisym,psubset_eq)