src/HOL/Plain.thy
author nipkow
Wed, 30 Jul 2008 16:07:00 +0200
changeset 27712 007a339b9e7d
parent 27368 9f90ac19e32b
child 29304 5c71a6da989d
permissions -rw-r--r--
added hint about writing "x : set xs".

(*  Title:      HOL/Plain.thy
    ID:         $Id$

Contains fundamental HOL tools and packages.  Does not include Hilbert_Choice.
*)

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Record SAT Extraction
begin

ML {* path_add "~~/src/HOL/Library" *}

end