src/HOL/Main.thy
author wenzelm
Sun, 17 Sep 2000 22:25:18 +0200
changeset 10012 4961c73b5f60
parent 9876 a069795f1060
child 10261 bb2f1e859177
permissions -rw-r--r--
AddXIs [prod_eqI];


(*theory Main includes everything; note that theory
  PreList already includes most HOL theories*)

theory Main = Map + String:

(*actually belongs to theory List*)
lemmas [mono] = lists_mono
lemmas [recdef_cong] = map_cong

end