src/HOL/Main.thy
author wenzelm
Wed, 18 Oct 2000 23:40:17 +0200
changeset 10261 bb2f1e859177
parent 9876 a069795f1060
child 10386 581a5a143994
permissions -rw-r--r--
tuned declarations;
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
10261
bb2f1e859177 tuned declarations;
wenzelm
parents: 9876
diff changeset
     7
(*belongs to theory List*)
bb2f1e859177 tuned declarations;
wenzelm
parents: 9876
diff changeset
     8
declare lists_mono [mono]
bb2f1e859177 tuned declarations;
wenzelm
parents: 9876
diff changeset
     9
declare map_cong [recdef_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