src/HOL/Main.thy
author wenzelm
Fri, 10 Nov 2000 19:00:51 +0100
changeset 10430 d3f780c3af0c
parent 10386 581a5a143994
child 10519 ade64af4c57c
permissions -rw-r--r--
added atomize_eq;


(*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]
lemmas rev_induct [case_names Nil snoc] = rev_induct
  and rev_cases [case_names Nil snoc] = rev_exhaust

end