Moved RSLIST here from ../Relation.ML
authorpaulson
Wed, 11 Sep 1996 18:46:07 +0200
changeset 1978 e7df069acb74
parent 1977 26edb2771d94
child 1979 91c74763c5a3
Moved RSLIST here from ../Relation.ML
src/HOL/Integ/Equiv.ML
--- a/src/HOL/Integ/Equiv.ML	Wed Sep 11 18:45:33 1996 +0200
+++ b/src/HOL/Integ/Equiv.ML	Wed Sep 11 18:46:07 1996 +0200
@@ -8,6 +8,8 @@
 Equivalence relations in HOL Set Theory 
 *)
 
+val RSLIST = curry (op MRS);
+
 open Equiv;
 
 Delrules [equalityI];