wenzelm [Fri, 07 Mar 2014 20:46:27 +0100] rev 55987
misc tuning;
wenzelm [Fri, 07 Mar 2014 20:32:48 +0100] rev 55986
more strict discrimination: symbols vs. keywords could overlap;
wenzelm [Fri, 07 Mar 2014 20:24:14 +0100] rev 55985
tuned;
wenzelm [Fri, 07 Mar 2014 20:12:38 +0100] rev 55984
more accurate description;
wenzelm [Fri, 07 Mar 2014 19:56:31 +0100] rev 55983
misc tuning and clarification;
wenzelm [Fri, 07 Mar 2014 19:28:34 +0100] rev 55982
more accurate description;
wenzelm [Fri, 07 Mar 2014 17:07:30 +0100] rev 55981
tuned proofs;
wenzelm [Fri, 07 Mar 2014 16:50:42 +0100] rev 55980
tuned;
wenzelm [Fri, 07 Mar 2014 16:00:45 +0100] rev 55979
tuned message: reveal ambiguity where Syntax_Phases.decode_term fails and thus reduces proper_results beforehand, e.g. term "f(x := y)" in ~~/src/HOL/Hoare/Hoare_Logic.thy;
wenzelm [Fri, 07 Mar 2014 15:16:08 +0100] rev 55978
tuned description and its rendering;
wenzelm [Fri, 07 Mar 2014 14:37:25 +0100] rev 55977
more detailed description of completion items;
wenzelm [Fri, 07 Mar 2014 13:29:10 +0100] rev 55976
more basic const report (without completion) for known Const within syntax tree, which usually refers to special syntax (without proper @{const_syntax} markers);
tuned;
wenzelm [Fri, 07 Mar 2014 11:48:11 +0100] rev 55975
no completion of concealed names;
wenzelm [Fri, 07 Mar 2014 11:46:26 +0100] rev 55974
more official const syntax: avoid educated guessing by Syntax_Phases.decode_term;
wenzelm [Fri, 07 Mar 2014 11:41:25 +0100] rev 55973
tuned whitespace;
wenzelm [Fri, 07 Mar 2014 11:34:41 +0100] rev 55972
removed dead code;
wenzelm [Fri, 07 Mar 2014 10:22:27 +0100] rev 55971
modernized theory setup;
paulson <lp15@cam.ac.uk> [Fri, 07 Mar 2014 15:52:56 +0000] rev 55970
Some new proofs. Tidying up, esp to remove "apply rule".
blanchet [Fri, 07 Mar 2014 14:21:15 +0100] rev 55969
use balanced tuples in 'primcorec'
blanchet [Fri, 07 Mar 2014 14:21:15 +0100] rev 55968
tuning
paulson <lp15@cam.ac.uk> [Fri, 07 Mar 2014 12:35:06 +0000] rev 55967
a few new lemmas
blanchet [Fri, 07 Mar 2014 01:02:21 +0100] rev 55966
balance tuples that represent curried functions
wenzelm [Thu, 06 Mar 2014 22:15:01 +0100] rev 55965
merged
wenzelm [Thu, 06 Mar 2014 22:10:38 +0100] rev 55964
tuned proofs;
wenzelm [Thu, 06 Mar 2014 21:33:15 +0100] rev 55963
some NEWS;
wenzelm [Thu, 06 Mar 2014 21:32:09 +0100] rev 55962
special identifier "__" (i.e. empty name with internal suffix) serves as wild-card for completion;
wenzelm [Thu, 06 Mar 2014 20:26:43 +0100] rev 55961
completion is part of error (not report) and thus not subject to context visibility -- e.g. relevant for 'fixes' in long statements;
wenzelm [Thu, 06 Mar 2014 19:55:08 +0100] rev 55960
proper position for decode_pos, which is relevant for completion;
wenzelm [Thu, 06 Mar 2014 17:37:32 +0100] rev 55959
more decisive commitment to get_free vs. the_const;
tuned;
wenzelm [Thu, 06 Mar 2014 16:33:48 +0100] rev 55958
more rigid const demands, based on educated guesses about the tools involved here;