wenzelm [Sat, 10 Nov 2007 23:03:52 +0100] rev 25382
tuned specifications of 'notation';
wenzelm [Sat, 10 Nov 2007 18:36:10 +0100] rev 25381
removed LocalTheory.target_naming/name;
wenzelm [Sat, 10 Nov 2007 18:36:08 +0100] rev 25380
put_inductives: be permissive about multiple versions
(target names are not necessarily unique);
add_inductive: store info under global (!) name -- very rough approximation of the real thing;
wenzelm [Sat, 10 Nov 2007 18:36:07 +0100] rev 25379
tuned proofs;
tuned document;
wenzelm [Sat, 10 Nov 2007 18:36:06 +0100] rev 25378
tuned document;
wenzelm [Sat, 10 Nov 2007 18:36:06 +0100] rev 25377
Orderings.min/max: no need to qualify consts;
removed legacy ML bindings;
wenzelm [Sat, 10 Nov 2007 15:58:18 +0100] rev 25376
auto_quickcheck ref: set default in ProofGeneral/preferences only
(retains responsiveness of plain tty interaction);
auto_quickcheck: more messages, less complicated code;
wenzelm [Sat, 10 Nov 2007 15:58:18 +0100] rev 25375
ProofGeneral/preferences: auto_quickcheck=true;
wenzelm [Sat, 10 Nov 2007 14:36:33 +0100] rev 25374
qualified Proofterm.proofs;
wenzelm [Sat, 10 Nov 2007 14:31:23 +0100] rev 25373
@{const}: improved ProofContext.read_const does the job;
wenzelm [Sat, 10 Nov 2007 14:31:22 +0100] rev 25372
locale_const: suppress in class body as well (prevents qualified printing);
wenzelm [Sat, 10 Nov 2007 14:31:21 +0100] rev 25371
notation: improved ProofContext.read_const does the job;
wenzelm [Sat, 10 Nov 2007 14:31:20 +0100] rev 25370
updated;
wenzelm [Sat, 10 Nov 2007 14:31:18 +0100] rev 25369
replaced @{const} (allows name only) by proper @{term};
haftmann [Fri, 09 Nov 2007 23:24:31 +0100] rev 25368
proper implementation of check phase; non-qualified names for class operations
haftmann [Fri, 09 Nov 2007 23:24:30 +0100] rev 25367
explicit message for failed autoquickcheck
wenzelm [Fri, 09 Nov 2007 19:37:35 +0100] rev 25366
tyabbr/syntax/consts: replaced obsolete read_typ by Syntax.parse_typ/certify_typ;
wenzelm [Fri, 09 Nov 2007 19:37:35 +0100] rev 25365
avoid obsolete Sign.read_prop;
wenzelm [Fri, 09 Nov 2007 19:37:33 +0100] rev 25364
tuned proofs -- avoid implicit prems;
wenzelm [Fri, 09 Nov 2007 19:37:32 +0100] rev 25363
fixed imports path;
wenzelm [Fri, 09 Nov 2007 19:37:30 +0100] rev 25362
tuned proofs -- avoid open cases;
krauss [Fri, 09 Nov 2007 18:59:56 +0100] rev 25361
function package: using the names of the equations as case names turned out to be impractical => disabled
krauss [Fri, 09 Nov 2007 13:41:27 +0100] rev 25360
avoid name clashes when generating code for union, inter
wenzelm [Thu, 08 Nov 2007 22:57:45 +0100] rev 25359
oops -- avoid vacous goal message;
tuned messages;
wenzelm [Thu, 08 Nov 2007 22:36:46 +0100] rev 25358
tuned messages;
tuned;
wenzelm [Thu, 08 Nov 2007 22:19:43 +0100] rev 25357
avoid "import" as identifier, which is a keyword in Alice;
wenzelm [Thu, 08 Nov 2007 20:52:27 +0100] rev 25356
tuned presentation;
wenzelm [Thu, 08 Nov 2007 20:09:17 +0100] rev 25355
avoid implicit use of prems;
tuned proofs;
wenzelm [Thu, 08 Nov 2007 20:08:11 +0100] rev 25354
where/of: do not allow schematic variables here!
wenzelm [Thu, 08 Nov 2007 20:08:09 +0100] rev 25353
removed unused read_termTs_schematic, read/cert_vars_legacy, add_fixes_legacy;
discontinued legacy_intern_skolem, gen_read';