src/HOL/Plain.thy
author wenzelm
Fri, 19 Sep 2008 21:00:49 +0200
changeset 28302 ef86de9c98aa
parent 27368 9f90ac19e32b
child 29304 5c71a6da989d
permissions -rw-r--r--
added props_text (from isar_syn.ML);

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