src/HOL/Plain.thy
author blanchet
Tue, 10 Nov 2009 14:20:15 +0100
changeset 33584 488837bf01d7
parent 33296 a3924d1069e5
child 33593 ef54e2108b74
permissions -rw-r--r--
remove spurious parameter to "merge"

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Record Extraction
begin

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

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

end