src/HOL/Plain.thy
author blanchet
Mon, 04 Oct 2010 21:49:07 +0200
changeset 39941 02fcd9cd1eac
parent 38393 7c045c03598f
child 39946 78faa9b31202
permissions -rw-r--r--
move Meson to Plain

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Extraction Meson
begin

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

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

end