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;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9619
6125cc9efc18 fixed deps;
wenzelm
parents: 9447
diff changeset
     1
6125cc9efc18 fixed deps;
wenzelm
parents: 9447
diff changeset
     2
(*theory Main includes everything; note that theory
6125cc9efc18 fixed deps;
wenzelm
parents: 9447
diff changeset
     3
  PreList already includes most HOL theories*)
6125cc9efc18 fixed deps;
wenzelm
parents: 9447
diff changeset
     4
9650
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents: 9619
diff changeset
     5
theory Main = Map + String:
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents: 9619
diff changeset
     6
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents: 9619
diff changeset
     7
end
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents: 9619
diff changeset
     8