wenzelm [Wed, 07 Aug 2019 17:43:48 +0200] rev 70485
more compact proofterms;
wenzelm [Wed, 07 Aug 2019 17:00:07 +0200] rev 70484
eliminated pointless comments;
wenzelm [Wed, 07 Aug 2019 15:49:33 +0200] rev 70483
clarified proofterms;
wenzelm [Wed, 07 Aug 2019 15:48:52 +0200] rev 70482
more robust and convenient treatment of implicit context;
wenzelm [Wed, 07 Aug 2019 11:09:37 +0200] rev 70481
removed junk (cf. fa933b98d64d);
wenzelm [Wed, 07 Aug 2019 10:52:19 +0200] rev 70480
explicit check of left-over constraints from different theory, e.g. due to lack of Thm.trim_context;
wenzelm [Wed, 07 Aug 2019 10:42:34 +0200] rev 70479
more careful treatment of implicit context;
wenzelm [Wed, 07 Aug 2019 10:31:54 +0200] rev 70478
more careful treatment of implicit context;
wenzelm [Wed, 07 Aug 2019 09:28:32 +0200] rev 70477
proper build options;
wenzelm [Tue, 06 Aug 2019 20:52:06 +0200] rev 70476
merged
wenzelm [Tue, 06 Aug 2019 19:47:46 +0200] rev 70475
backed out changeset 1b8858f4c393: odd problems e.g. in CAVA_LTL_Modelchecker;
wenzelm [Tue, 06 Aug 2019 19:07:12 +0200] rev 70474
more careful treatment of implicit context;
wenzelm [Tue, 06 Aug 2019 17:26:40 +0200] rev 70473
clarified signature;
more careful treatment of implicit context;
wenzelm [Tue, 06 Aug 2019 16:29:28 +0200] rev 70472
more robust and convenient treatment of implicit context;
wenzelm [Tue, 06 Aug 2019 16:15:22 +0200] rev 70471
clarified context: proper transfer;
wenzelm [Tue, 06 Aug 2019 16:13:59 +0200] rev 70470
tuned;
wenzelm [Mon, 05 Aug 2019 16:11:43 +0200] rev 70469
clarified modules: more direct data implementation;
Manuel Eberl <eberlm@in.tum.de> [Tue, 06 Aug 2019 18:04:06 +0200] rev 70468
Added Takeuchi function to HOL-ex
wenzelm [Mon, 05 Aug 2019 11:20:56 +0200] rev 70467
full AFP test on lrzcloud2;
wenzelm [Mon, 05 Aug 2019 11:08:50 +0200] rev 70466
obsolete;
wenzelm [Sat, 03 Aug 2019 21:18:12 +0200] rev 70465
more efficient data structure;
wenzelm [Sat, 03 Aug 2019 20:30:24 +0200] rev 70464
clarified signature;
wenzelm [Sat, 03 Aug 2019 16:17:16 +0200] rev 70463
guard constraints by record_proofs=1, until performance implications have become more clear;
wenzelm [Sat, 03 Aug 2019 16:10:34 +0200] rev 70462
more complete completions according to Sorts.insert_complete_ars (cf. 13199740ced6), e.g. relevant for theories HOL-ex.Word_Type, HOL-Matrix_LP.SparseMatrix;
wenzelm [Sat, 03 Aug 2019 15:48:28 +0200] rev 70461
tuned;
wenzelm [Sat, 03 Aug 2019 15:05:53 +0200] rev 70460
tuned;
wenzelm [Sat, 03 Aug 2019 12:58:53 +0200] rev 70459
maintain sort constraints from type instantiations, with pro-forma derivation to collect oracles/thms;
tuned;
wenzelm [Fri, 02 Aug 2019 14:14:49 +0200] rev 70458
more direct proofs for type classes;
misc tuning and cleanup;
wenzelm [Fri, 02 Aug 2019 11:43:36 +0200] rev 70457
tuned;
wenzelm [Fri, 02 Aug 2019 11:23:09 +0200] rev 70456
clarified modules: inference kernel maintains sort algebra within the logic;
wenzelm [Thu, 01 Aug 2019 14:46:50 +0200] rev 70455
more elementary treatment of standard_vars (unconstrainT is already standard);
wenzelm [Thu, 01 Aug 2019 10:14:58 +0200] rev 70454
clarified module structure;
wenzelm [Thu, 01 Aug 2019 09:55:37 +0200] rev 70453
simplified module structure: back to plain datatype (see 95f4f08f950f and 70019ab5e57f);
wenzelm [Thu, 01 Aug 2019 09:50:20 +0200] rev 70452
abstract type theory_id -- ensure non-equality type independently of implementation;
wenzelm [Wed, 31 Jul 2019 19:50:38 +0200] rev 70451
clarified export: retain proof boxes as local definitions -- more scalable;
nipkow [Wed, 31 Jul 2019 09:04:00 +0200] rev 70450
reduced dependencies
wenzelm [Tue, 30 Jul 2019 20:09:25 +0200] rev 70449
clarified global theory context;
wenzelm [Tue, 30 Jul 2019 19:01:51 +0200] rev 70448
more robust export, based on reconstruct_proof / expand_proof;
wenzelm [Tue, 30 Jul 2019 14:35:29 +0200] rev 70447
clarified modules: provide reconstruct_proof / expand_proof at the bottom of proof term construction;
wenzelm [Tue, 30 Jul 2019 13:22:29 +0200] rev 70446
tuned -- fewer warnings;
wenzelm [Tue, 30 Jul 2019 13:19:14 +0200] rev 70445
discontinued pointless messages;
wenzelm [Tue, 30 Jul 2019 11:51:55 +0200] rev 70444
clarified context;
wenzelm [Tue, 30 Jul 2019 11:41:39 +0200] rev 70443
clarified modules;
wenzelm [Tue, 30 Jul 2019 11:12:52 +0200] rev 70442
discontinue clean_proof: without type args its PThm nodes are not expanded, but with type args it is too unstable;
wenzelm [Mon, 29 Jul 2019 18:44:39 +0200] rev 70441
merged
wenzelm [Mon, 29 Jul 2019 18:16:51 +0200] rev 70440
more diagnostic operations;
wenzelm [Mon, 29 Jul 2019 15:10:30 +0200] rev 70439
tuned -- non-strict args;
wenzelm [Mon, 29 Jul 2019 11:38:05 +0200] rev 70438
proper constrains_map -- for shyps that are covered by present variables (amending 251f1fb44ccd);
wenzelm [Mon, 29 Jul 2019 11:21:41 +0200] rev 70437
tuned signature;
wenzelm [Mon, 29 Jul 2019 11:09:37 +0200] rev 70436
clarified signature;
tuned;
wenzelm [Mon, 29 Jul 2019 10:26:12 +0200] rev 70435
tuned signature;
nipkow [Mon, 29 Jul 2019 16:26:06 +0200] rev 70434
News for bind infixl
nipkow [Mon, 29 Jul 2019 14:28:30 +0200] rev 70433
Monadic bind is now infixl as is the norm
wenzelm [Sun, 28 Jul 2019 15:39:30 +0200] rev 70432
purge remains from test (cf. 5a53724fe247);
wenzelm [Sun, 28 Jul 2019 14:37:32 +0200] rev 70431
tuned;
wenzelm [Sun, 28 Jul 2019 14:28:40 +0200] rev 70430
clarified signature;
wenzelm [Sun, 28 Jul 2019 12:43:31 +0200] rev 70429
removed obsolete RC tags;
wenzelm [Sun, 28 Jul 2019 12:35:59 +0200] rev 70428
tuned;
wenzelm [Sun, 28 Jul 2019 12:11:20 +0200] rev 70427
clarified signature;
wenzelm [Sun, 28 Jul 2019 11:53:51 +0200] rev 70426
tuned;
wenzelm [Sat, 27 Jul 2019 21:47:43 +0200] rev 70425
tuned;
wenzelm [Sat, 27 Jul 2019 20:40:00 +0200] rev 70424
clarified signature;
wenzelm [Sat, 27 Jul 2019 15:50:25 +0200] rev 70423
tuned;
wenzelm [Sat, 27 Jul 2019 15:24:16 +0200] rev 70422
tuned;
wenzelm [Sat, 27 Jul 2019 12:06:38 +0200] rev 70421
tuned;
wenzelm [Fri, 26 Jul 2019 16:36:11 +0200] rev 70420
tuned -- reorder sections;
wenzelm [Fri, 26 Jul 2019 15:29:10 +0200] rev 70419
tuned;
wenzelm [Fri, 26 Jul 2019 15:21:02 +0200] rev 70418
proper argument type (amending 42fbb6abed5a);
wenzelm [Fri, 26 Jul 2019 14:43:56 +0200] rev 70417
tuned signature;
wenzelm [Fri, 26 Jul 2019 14:27:46 +0200] rev 70416
tuned;
wenzelm [Fri, 26 Jul 2019 09:59:11 +0200] rev 70415
finalize proofs earlier to reduce memory requirement;
wenzelm [Fri, 26 Jul 2019 09:50:23 +0200] rev 70414
proper proof_serial;
wenzelm [Fri, 26 Jul 2019 09:50:12 +0200] rev 70413
more explicit type proof_serial;
wenzelm [Fri, 26 Jul 2019 09:35:02 +0200] rev 70412
defer rew_proof on unnamed PThm node as open_proof operation: significant performance improvement;
misc tuning and clarification;
wenzelm [Thu, 25 Jul 2019 14:01:06 +0200] rev 70411
more accurate proof definitions (PThm nodes);
wenzelm [Wed, 24 Jul 2019 15:41:24 +0200] rev 70410
avoid duplicate Thm.name_derivation on unnamed PThm nodes ("simps" vs. "case_eqns" and "recursor_eqns");
wenzelm [Wed, 24 Jul 2019 13:30:15 +0200] rev 70409
prefer local counter;
wenzelm [Wed, 24 Jul 2019 13:19:00 +0200] rev 70408
more accurate proof export;
wenzelm [Wed, 24 Jul 2019 13:18:15 +0200] rev 70407
clarified syntax;
wenzelm [Wed, 24 Jul 2019 11:57:30 +0200] rev 70406
tuned;
wenzelm [Wed, 24 Jul 2019 11:54:08 +0200] rev 70405
more thorough clean_proof;
wenzelm [Wed, 24 Jul 2019 11:32:18 +0200] rev 70404
clarified modules;
wenzelm [Wed, 24 Jul 2019 10:49:01 +0200] rev 70403
avoid global syntax for MinProof (amending e31271559de8);
wenzelm [Tue, 23 Jul 2019 23:10:22 +0200] rev 70402
treat MinProof like Promise before 725438ceae7c, e.g. relevant for performance of session Corec (due to Thm.derivation_closed/close_derivation);
wenzelm [Tue, 23 Jul 2019 19:07:28 +0200] rev 70401
discontinued Proofterm.Promise (cf. 725438ceae7c);
wenzelm [Tue, 23 Jul 2019 19:04:56 +0200] rev 70400
clarified treatment of unnamed PThm nodes (from close_derivation): retain full proof, publish when named;
added Proofterm.clean_proof as simplified version of Reconstruct.expand_proof;
wenzelm [Tue, 23 Jul 2019 12:16:02 +0200] rev 70399
tuned comments;
wenzelm [Tue, 23 Jul 2019 12:07:50 +0200] rev 70398
proof terms are always constructed sequentially;
discontinued unused Proofterm.Promise -- too complex;
wenzelm [Mon, 22 Jul 2019 21:55:02 +0200] rev 70397
tuned comments -- proper sections;
wenzelm [Mon, 22 Jul 2019 16:15:40 +0200] rev 70396
support export_proofs, prune_proofs;
tuned comments;
wenzelm [Mon, 22 Jul 2019 14:47:21 +0200] rev 70395
clarified postproc: apply shrink_proof last, e.g. relevant for export of full proof term;
wenzelm [Mon, 22 Jul 2019 11:40:04 +0200] rev 70394
tuned;
wenzelm [Mon, 22 Jul 2019 11:39:30 +0200] rev 70393
clarified exception;
wenzelm [Mon, 22 Jul 2019 11:31:42 +0200] rev 70392
tuned;
wenzelm [Mon, 22 Jul 2019 11:10:08 +0200] rev 70391
more accurate type information;
wenzelm [Mon, 22 Jul 2019 11:09:24 +0200] rev 70390
unused (see also 42fbb6abed5a);
wenzelm [Sun, 21 Jul 2019 15:42:43 +0200] rev 70389
discontinued ASCII syntax;
wenzelm [Sun, 21 Jul 2019 15:19:07 +0200] rev 70388
global declaration of abstract syntax for proof terms, with qualified names;
clarified modules;
wenzelm [Sun, 21 Jul 2019 12:28:02 +0200] rev 70387
tuned;
wenzelm [Sun, 21 Jul 2019 12:11:35 +0200] rev 70386
tuned;
wenzelm [Sat, 20 Jul 2019 14:03:51 +0200] rev 70385
more operations: support type classes within the logic;
wenzelm [Sat, 20 Jul 2019 12:52:29 +0200] rev 70384
clarified export of sort algebra: avoid logical operations in Isabelle/Scala;
wenzelm [Sat, 20 Jul 2019 11:48:30 +0200] rev 70383
more operations (avoid clones in Isabelle/MMT and Isabelle/Dedukti);
wenzelm [Sat, 20 Jul 2019 11:17:54 +0200] rev 70382
more robust: avoid folding of jEdit file-names wrt. JEDIT_SESSION_DIRS;
paulson <lp15@cam.ac.uk> [Fri, 19 Jul 2019 12:57:14 +0100] rev 70381
More results about measure and integration theory
paulson <lp15@cam.ac.uk> [Thu, 18 Jul 2019 15:40:15 +0100] rev 70380
More analysis / measure theory material
paulson [Thu, 18 Jul 2019 14:08:44 +0100] rev 70379
merged
paulson <lp15@cam.ac.uk> [Thu, 18 Jul 2019 14:08:28 +0100] rev 70378
more new material about analysis
nipkow [Thu, 18 Jul 2019 12:06:42 +0200] rev 70377
added forgotten declaration provided by Florian Haftmann
wenzelm [Wed, 17 Jul 2019 22:24:20 +0200] rev 70376
merged;
wenzelm [Wed, 17 Jul 2019 21:56:32 +0200] rev 70375
updated to jedit_build-20190717: support more brackets;
wenzelm [Wed, 17 Jul 2019 21:32:03 +0200] rev 70374
updated to isabelle_fonts-20190717;
wenzelm [Wed, 17 Jul 2019 17:12:57 +0200] rev 70373
redundant;
wenzelm [Wed, 17 Jul 2019 17:03:50 +0200] rev 70372
tuned;
wenzelm [Wed, 17 Jul 2019 16:10:05 +0200] rev 70371
added \<llangle>, \<rrangle>;
discontinued special rendering for old {* *};
wenzelm [Wed, 17 Jul 2019 11:18:39 +0200] rev 70370
tuned doc isar-ref;
wenzelm [Wed, 17 Jul 2019 11:09:43 +0200] rev 70369
added \<bbar>;
wenzelm [Wed, 17 Jul 2019 09:40:43 +0200] rev 70368
added \<sqdot>;
paulson <lp15@cam.ac.uk> [Wed, 17 Jul 2019 16:32:06 +0100] rev 70367
fixed renaming issues
paulson [Wed, 17 Jul 2019 14:02:50 +0100] rev 70366
merged