src/HOL/Main.thy
author wenzelm
Wed, 06 Sep 2000 16:54:12 +0200
changeset 9876 a069795f1060
parent 9854 a1383b55ac05
child 10261 bb2f1e859177
permissions -rw-r--r--
tuned;
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
9854
a1383b55ac05 lemmas [recdef_cong] = map_cong;
wenzelm
parents: 9768
diff changeset
     7
(*actually belongs to theory List*)
9768
a589b1d75b7b lemmas [mono] = lists_mono;
wenzelm
parents: 9650
diff changeset
     8
lemmas [mono] = lists_mono
9876
wenzelm
parents: 9854
diff changeset
     9
lemmas [recdef_cong] = map_cong
9768
a589b1d75b7b lemmas [mono] = lists_mono;
wenzelm
parents: 9650
diff changeset
    10
9650
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents: 9619
diff changeset
    11
end