src/HOL/Main.thy
author wenzelm
Fri, 18 Aug 2000 17:53:49 +0200
changeset 9650 6f0b89f2a1f9
parent 9619 6125cc9efc18
child 9768 a589b1d75b7b
permissions -rw-r--r--
Main now new-style theory; added Main.ML for compatibility;


(*theory Main includes everything; note that theory
  PreList already includes most HOL theories*)

theory Main = Map + String:

end