src/HOL/Main.thy
author wenzelm
Tue, 05 Sep 2000 18:47:46 +0200
changeset 9854 a1383b55ac05
parent 9768 a589b1d75b7b
child 9876 a069795f1060
permissions -rw-r--r--
lemmas [recdef_cong] = map_cong;
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
9854
a1383b55ac05 lemmas [recdef_cong] = map_cong;
wenzelm
parents: 9768
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