src/HOL/Plain.thy
author huffman
Tue, 13 Jan 2009 08:58:56 -0800
changeset 29474 674a21226c5a
parent 29304 5c71a6da989d
child 29609 a010aab5bed0
permissions -rw-r--r--
define polynomial multiplication using poly_rec

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Record SAT Extraction
begin

text {*
  Plain bootstrap of fundamental HOL tools and packages; does not
  include @{text Hilbert_Choice}.
*}

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

end