src/HOL/Main.thy
author oheimb
Thu, 30 Aug 2001 15:47:30 +0200
changeset 11507 4b32a46ffd29
parent 11483 f4d10044a2cd
child 11533 0c0d2332e8f0
permissions -rw-r--r--
removed imname, uncurried Meth

(*  Title:      HOL/Main.thy
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   2000 TU Muenchen

Theory Main includes everything.
Note that theory PreList already includes most HOL theories.
*)

theory Main = Map + String + Hilbert_Choice:

(*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