src/HOL/Plain.thy
author huffman
Thu, 04 Dec 2008 16:28:09 -0800
changeset 28988 13d6f120992b
parent 27368 9f90ac19e32b
child 29304 5c71a6da989d
permissions -rw-r--r--
revert to using eq_number_of_eq for simplification (Groebner_Examples.thy was broken)

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