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