src/HOL/Main.thy
author wenzelm
Fri, 01 Sep 2000 00:28:06 +0200
changeset 9768 a589b1d75b7b
parent 9650 6f0b89f2a1f9
child 9854 a1383b55ac05
permissions -rw-r--r--
lemmas [mono] = lists_mono;
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
9768
a589b1d75b7b lemmas [mono] = lists_mono;
wenzelm
parents: 9650
diff changeset
     7
lemmas [mono] = lists_mono
a589b1d75b7b lemmas [mono] = lists_mono;
wenzelm
parents: 9650
diff changeset
     8
9650
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents: 9619
diff changeset
     9
end
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents: 9619
diff changeset
    10