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;


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

theory Main = Map + String:

(*belongs to theory List*)
declare lists_mono [mono]
declare map_cong [recdef_cong]

end