wenzelm [Wed, 04 Sep 2013 21:25:03 +0200] rev 53408
tuned proofs;
wenzelm [Wed, 04 Sep 2013 17:40:07 +0200] rev 53407
tuned;
wenzelm [Wed, 04 Sep 2013 17:36:37 +0200] rev 53406
tuned proofs;
wenzelm [Wed, 04 Sep 2013 17:35:47 +0200] rev 53405
interpret keys more movement only when needed;
wenzelm [Wed, 04 Sep 2013 16:03:45 +0200] rev 53404
non-persistent print_state: trade-off between JVM space vs. ML time;
wenzelm [Wed, 04 Sep 2013 15:27:24 +0200] rev 53403
some explicit indication of Proof General legacy;
panny [Wed, 04 Sep 2013 13:45:46 +0200] rev 53402
merge
panny [Wed, 04 Sep 2013 02:11:50 +0200] rev 53401
various refactoring;
handle self-mappings;
handle range types containing function types;
wenzelm [Wed, 04 Sep 2013 13:22:03 +0200] rev 53400
expose basic Symbol.properties (uninterpreted);
wenzelm [Wed, 04 Sep 2013 13:13:14 +0200] rev 53399
tuned proofs;
wenzelm [Wed, 04 Sep 2013 12:20:00 +0200] rev 53398
remove Swing input map, which might bind keys in unexpected ways (e.g. LEFT/RIGHT in singleton list);
handle KP_UP/KP_DOWN keys as well, like Swing does;
wenzelm [Wed, 04 Sep 2013 11:12:00 +0200] rev 53397
no completion on backspace -- too intrusive, e.g. when deleting keywords;
wenzelm [Wed, 04 Sep 2013 10:46:57 +0200] rev 53396
more contributors;
sultana [Tue, 03 Sep 2013 21:46:42 +0100] rev 53395
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53394
updated TPTP parser to conform to version 5.4.0;
clarified abstract syntax for 'let' in TPTP_Syntax (and in the parser);
improved parsing of 'let' (in TFF) -- previously it wasn't looking at the structure of the definition;
fixed bug when parsing 'let' (in TFF and THF) -- was only keeping the first quantified variable, and ignoring the rest;
added comments to remind that 'let' support for THF is currently broken in TPTP;
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53393
included axiom formulas (removing a FIXME) in the imported problem;
turned tests into asserts;
changed problem to one which actually succeeds using z3;
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53392
updated syntax to use 'ML_file' rather than 'uses';
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53391
now allowing numeric identifiers to be used in 'file' annotations;
more informative failure of missed cases by raising ANNOT_STRUCTURE instead of the default Match;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53390
get_file_list now returns files sorted by size;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53389
brought up to date with TPTP_Proof;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53388
using richer annotation from formula annotations in proof;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53387
extracting more info from formula annotation in proof;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53386
corrected syntax filter;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53385
reading tptp status code;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53384
improved handling of nonstandard problem names;
wenzelm [Tue, 03 Sep 2013 22:30:52 +0200] rev 53383
merged
wenzelm [Tue, 03 Sep 2013 22:10:54 +0200] rev 53382
merged
wenzelm [Tue, 03 Sep 2013 22:04:23 +0200] rev 53381
tuned proofs -- less guessing;
wenzelm [Tue, 03 Sep 2013 19:58:00 +0200] rev 53380
cases: formal binding of 'assumes', with position provided via invoke_case;
allow literal equality on type Binding.binding;
wenzelm [Tue, 03 Sep 2013 18:21:43 +0200] rev 53379
minor tuning;
wenzelm [Tue, 03 Sep 2013 13:09:15 +0200] rev 53378
cases: more position information and PIDE markup;
wenzelm [Tue, 03 Sep 2013 11:58:34 +0200] rev 53377
more liberal 'case' syntax: allow parentheses without arguments;
wenzelm [Tue, 03 Sep 2013 11:55:59 +0200] rev 53376
more robust ToyList_Test;
wenzelm [Tue, 03 Sep 2013 11:29:01 +0200] rev 53375
Execution.fork formally requires registered Execution.running;
Thy_Info.load_thy: more official exec_id registration (batch mode);
dummy exec Document_ID.none is always registered (TTY mode);
clarified exceptions for module Execution (NB: fork is used in user space, unlike protocol operations of Command and Document);
wenzelm [Tue, 03 Sep 2013 01:12:40 +0200] rev 53374
tuned proofs -- clarified flow of facts wrt. calculation;
wenzelm [Tue, 03 Sep 2013 00:51:08 +0200] rev 53373
proper imports;
tuned proofs;
wenzelm [Mon, 02 Sep 2013 23:35:58 +0200] rev 53372
tuned proof;
wenzelm [Mon, 02 Sep 2013 16:10:26 +0200] rev 53371
more explicit indication of 'guess' as improper Isar (aka "script") element;
ballarin [Tue, 03 Sep 2013 22:12:48 +0200] rev 53370
Further clarifies sublocale and rewrite morphisms.
ballarin [Tue, 03 Sep 2013 22:12:48 +0200] rev 53369
Clarifies that interpretation does not only apply to facts, but to declaratoins in general.
ballarin [Tue, 03 Sep 2013 22:12:48 +0200] rev 53368
Clarifies documentation of interpretation in local theories.
ballarin [Tue, 03 Sep 2013 22:12:47 +0200] rev 53367
New test case: interpretation in named contexts is not persistent.
ballarin [Tue, 03 Sep 2013 22:12:47 +0200] rev 53366
Terminology: mixin -> rewrite morphism.
nipkow [Mon, 02 Sep 2013 17:57:56 +0200] rev 53365
merged
nipkow [Mon, 02 Sep 2013 17:12:59 +0200] rev 53364
added lemmas
Andreas Lochbihler [Mon, 02 Sep 2013 17:14:51 +0200] rev 53363
merged
Andreas Lochbihler [Mon, 02 Sep 2013 17:14:35 +0200] rev 53362
NEWS
Andreas Lochbihler [Mon, 02 Sep 2013 16:28:11 +0200] rev 53361
move admissible out of class ccpo to avoid unnecessary class predicate in foundational theorems
panny [Mon, 02 Sep 2013 15:13:00 +0200] rev 53360
handle direct corecursion
wenzelm [Mon, 02 Sep 2013 11:03:02 +0200] rev 53359
updated according to bceec99254b0;
panny [Sun, 01 Sep 2013 14:00:05 +0200] rev 53358
improved interfaces
panny [Sun, 01 Sep 2013 10:45:54 +0200] rev 53357
simplified rewriting of map arguments
kleing [Sun, 01 Sep 2013 16:38:04 +1000] rev 53356
remove redundant (simp del: ..)
traytel [Sun, 01 Sep 2013 00:37:53 +0200] rev 53355
modernized more examples
traytel [Sat, 31 Aug 2013 23:55:03 +0200] rev 53354
merged
traytel [Sat, 31 Aug 2013 23:49:36 +0200] rev 53353
modernized example
traytel [Sat, 31 Aug 2013 23:49:14 +0200] rev 53352
honor mixfix specifications
panny [Sat, 31 Aug 2013 23:52:32 +0200] rev 53351
merge
panny [Sat, 31 Aug 2013 20:37:31 +0200] rev 53350
simplified recursive calls' replacement
wenzelm [Sat, 31 Aug 2013 22:32:43 +0200] rev 53349
merged
wenzelm [Sat, 31 Aug 2013 22:18:51 +0200] rev 53348
tuned proofs;
wenzelm [Sat, 31 Aug 2013 18:12:51 +0200] rev 53347
tuned proofs;
wenzelm [Sat, 31 Aug 2013 13:34:39 +0200] rev 53346
provide ISABELLE_JAVA_SYSTEM_OPTIONS via settings;
wenzelm [Sat, 31 Aug 2013 13:20:18 +0200] rev 53345
uniform abbrevs for left/right arrows;
wenzelm [Sat, 31 Aug 2013 13:05:04 +0200] rev 53344
more abbrevs according to Isabelle/HOL ASCII replacement syntax;
wenzelm [Sat, 31 Aug 2013 12:53:39 +0200] rev 53343
added common alternative for == (its ambiguity also avoids conflict with ==>);
clarified (= )= [= ]= (like <= >=);
removed * (too intrusive);
wenzelm [Sat, 31 Aug 2013 12:14:19 +0200] rev 53342
more accurate description: Swing/L&F has additional handlers;
panny [Sat, 31 Aug 2013 18:18:33 +0200] rev 53341
handle selector formulae with no corecursive calls
wenzelm [Sat, 31 Aug 2013 00:40:21 +0200] rev 53340
merged
wenzelm [Sat, 31 Aug 2013 00:39:59 +0200] rev 53339
tuned proofs;
wenzelm [Fri, 30 Aug 2013 23:41:09 +0200] rev 53338
simplified (see 7c39677f9ea0);
wenzelm [Fri, 30 Aug 2013 23:38:18 +0200] rev 53337
sort items according to persistent history of frequency of use;
wenzelm [Fri, 30 Aug 2013 22:22:07 +0200] rev 53336
more general backup files;
panny [Fri, 30 Aug 2013 21:43:15 +0200] rev 53335
fixed bug in primrec_new (allow indirect recursion through constructor arguments other than the first)
wenzelm [Fri, 30 Aug 2013 21:14:38 +0200] rev 53334
some tests on /home/polyml/polyml-svn, which is approaching polyml-5.5.1;
wenzelm [Fri, 30 Aug 2013 18:22:17 +0200] rev 53333
tuned proofs;
traytel [Fri, 30 Aug 2013 15:54:23 +0200] rev 53332
Doc improvements
traytel [Fri, 30 Aug 2013 15:36:00 +0200] rev 53331
prove theorem in the right context (that knows about local variables)
blanchet [Fri, 30 Aug 2013 15:05:04 +0200] rev 53330
fixed docs w.r.t. availability of "primrec_new" and friends
blanchet [Fri, 30 Aug 2013 14:17:19 +0200] rev 53329
more canonical naming
nipkow [Fri, 30 Aug 2013 14:07:49 +0200] rev 53328
more set syntax
wenzelm [Fri, 30 Aug 2013 13:46:32 +0200] rev 53327
merged
wenzelm [Fri, 30 Aug 2013 13:45:57 +0200] rev 53326
NEWS;
wenzelm [Fri, 30 Aug 2013 13:24:14 +0200] rev 53325
more explicit indication of unique result (see also 45be26b98ca6, 3d654643cf56);
wenzelm [Fri, 30 Aug 2013 12:59:28 +0200] rev 53324
explicit is always immediate;
wenzelm [Fri, 30 Aug 2013 12:46:32 +0200] rev 53323
single-letter abbrev does not make sense -- too many candidates;
wenzelm [Fri, 30 Aug 2013 12:44:39 +0200] rev 53322
allow short words for explicit completion;
wenzelm [Fri, 30 Aug 2013 12:33:16 +0200] rev 53321
fewer conflicts -- adhoc resolution of == vs. ==> via unicode (!) image;
wenzelm [Fri, 30 Aug 2013 12:24:15 +0200] rev 53320
more symbol abbrevs;
wenzelm [Fri, 30 Aug 2013 12:10:34 +0200] rev 53319
misc tuning -- reduce conflicts;
wenzelm [Fri, 30 Aug 2013 12:09:53 +0200] rev 53318
allow multiple entries;
wenzelm [Fri, 30 Aug 2013 11:41:43 +0200] rev 53317
more symbol abbrevs, based on ProofGeneral-4.2/isar/isar-unicode-tokens.el and traditional Isabelle/HOL ASCII replacement syntax;
wenzelm [Fri, 30 Aug 2013 11:04:29 +0200] rev 53316
allow multiple symbol properties, notably groups and abbrevs;
wenzelm [Fri, 30 Aug 2013 11:00:46 +0200] rev 53315
private copy (!) of etc/symbols for WWW_Find, which has its own interpretation of the file format;
wenzelm [Fri, 30 Aug 2013 10:07:20 +0200] rev 53314
check tar error, e.g. from corrupted download;
wenzelm [Fri, 30 Aug 2013 10:01:25 +0200] rev 53313
less surprising immediate completion;