src/HOL/Plain.thy
author boehmes
Tue, 03 Nov 2009 23:44:16 +0100
changeset 33424 a3b002e2cd55
parent 33296 a3924d1069e5
child 33593 ef54e2108b74
permissions -rw-r--r--
proper and unique case names for the split_vc method, shortened label names, added an example demonstrating the split_vc method

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