ZF/ex/ROOT: added .ML to use command use "ex/twos_compl"
authorlcp
Wed, 17 Aug 1994 10:38:37 +0200
changeset 540 e30c23731c2d
parent 539 01906e4644e0
child 541 be4c4ba87143
ZF/ex/ROOT: added .ML to use command use "ex/twos_compl" Should be able to delete this after fixing the treatment of orphans.
src/ZF/ex/ROOT.ML
--- a/src/ZF/ex/ROOT.ML	Wed Aug 17 10:34:44 1994 +0200
+++ b/src/ZF/ex/ROOT.ML	Wed Aug 17 10:38:37 1994 +0200
@@ -16,7 +16,9 @@
 time_use     "ex/misc.ML";
 time_use_thy "ex/Ramsey";
 
-(*Equivalence classes; integers; Binary integer arithmetic*)
+(*Integers & Binary integer arithmetic*)
+use "ex/twos_compl.ML";		(*can delete after autoloader change
+				  and addition of "twos_compl" to Bin.thy*)
 time_use_thy "ex/Bin";
 
 (** Datatypes **)