wenzelm [Thu, 07 Apr 2016 21:39:03 +0200] rev 62911
back to dynamic conditional compilation (reverting 4764473c9b8d) via recursive ML name space;
wenzelm [Thu, 07 Apr 2016 21:27:17 +0200] rev 62910
explicit handling of recursive ML name space, e.g. relevant for ML_Bootstrap;
handle bootstrap signatures as well;
wenzelm [Thu, 07 Apr 2016 20:54:20 +0200] rev 62909
clarified word syntax: "." is separator or delimiter;
wenzelm [Thu, 07 Apr 2016 20:51:52 +0200] rev 62908
clarified mode of ROOT.ML files;
traytel [Thu, 07 Apr 2016 17:56:26 +0200] rev 62907
(un)folds are not legacy
traytel [Thu, 07 Apr 2016 17:56:26 +0200] rev 62906
removed duplicate lemma
traytel [Thu, 07 Apr 2016 17:56:22 +0200] rev 62905
derive (co)rec uniformly from (un)fold
wenzelm [Thu, 07 Apr 2016 17:26:22 +0200] rev 62904
NEWS;
wenzelm [Thu, 07 Apr 2016 17:20:21 +0200] rev 62903
updated documentation;
wenzelm [Thu, 07 Apr 2016 16:53:43 +0200] rev 62902
more conventional theory syntax for ML bootstrap, with 'ML_file' instead of 'use';
avoid slowdown of Resources.loaded_files due to command name 'use' in Pure base syntax;
wenzelm [Thu, 07 Apr 2016 15:32:47 +0200] rev 62901
unused (see caaa2fc4040d);
wenzelm [Thu, 07 Apr 2016 13:54:02 +0200] rev 62900
simplified default print_depth: context is usually available, in contrast to 0d295e339f52;
wenzelm [Thu, 07 Apr 2016 13:35:08 +0200] rev 62899
clarified bootstrap of @{make_string} -- avoid query on ML environment;
wenzelm [Thu, 07 Apr 2016 12:13:11 +0200] rev 62898
Pure attribute setup is back to Pure/Isar/attrib.ML, where it can be editing continuously (see also 7eb0c04e4c40);
wenzelm [Thu, 07 Apr 2016 12:08:02 +0200] rev 62897
prefer regular context update, to allow continuous editing of Pure;