Mon, 19 Aug 2019 21:37:34 +0200 |
wenzelm |
merged
|
changeset |
files
|
Mon, 19 Aug 2019 21:31:54 +0200 |
wenzelm |
clarified signature;
|
changeset |
files
|
Mon, 19 Aug 2019 21:23:13 +0200 |
wenzelm |
clarified export of axioms and theorems (identified derivations instead of projected facts);
|
changeset |
files
|
Mon, 19 Aug 2019 20:08:12 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Mon, 19 Aug 2019 20:00:29 +0200 |
wenzelm |
back to uniform serial (reverting 913b4afb6ac2): this allows to treat derivation id like name space entity id;
|
changeset |
files
|
Mon, 19 Aug 2019 19:31:31 +0200 |
wenzelm |
module Thm_Name for Isabelle/Scala;
|
changeset |
files
|
Mon, 19 Aug 2019 19:24:18 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Mon, 19 Aug 2019 19:12:44 +0200 |
wenzelm |
clarified modules;
|
changeset |
files
|
Mon, 19 Aug 2019 18:47:49 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Mon, 19 Aug 2019 18:41:03 +0200 |
nipkow |
tuned
|
changeset |
files
|
Mon, 19 Aug 2019 16:49:24 +0200 |
nipkow |
tuned names
|
changeset |
files
|
Sat, 17 Aug 2019 19:04:03 +0200 |
wenzelm |
clarified signature;
|
changeset |
files
|
Sat, 17 Aug 2019 17:59:55 +0200 |
wenzelm |
discontinued peek_status: unused and not clearly defined;
|
changeset |
files
|
Sat, 17 Aug 2019 17:57:10 +0200 |
wenzelm |
more documentation on oracles;
|
changeset |
files
|
Sat, 17 Aug 2019 17:45:04 +0200 |
wenzelm |
proper theory context for global props;
|
changeset |
files
|
Sat, 17 Aug 2019 17:28:08 +0200 |
wenzelm |
more thorough check, using full dependency graph of finished proofs;
|
changeset |
files
|
Sat, 17 Aug 2019 17:21:30 +0200 |
wenzelm |
added ML antiquotation @{oracle_name};
|
changeset |
files
|
Sat, 17 Aug 2019 13:39:28 +0200 |
wenzelm |
more robust, notably for open_proof of unnamed derivation;
|
changeset |
files
|
Sat, 17 Aug 2019 13:24:40 +0200 |
wenzelm |
tuned comments;
|
changeset |
files
|
Sat, 17 Aug 2019 13:17:40 +0200 |
wenzelm |
NEWS;
|
changeset |
files
|
Sat, 17 Aug 2019 13:16:19 +0200 |
wenzelm |
more accurate proposition for cheat_tac (command 'sorry');
|
changeset |
files
|
Sat, 17 Aug 2019 12:44:22 +0200 |
wenzelm |
added command 'thm_oracles';
|
changeset |
files
|
Sat, 17 Aug 2019 11:52:47 +0200 |
wenzelm |
clarified type for recorded oracles;
|
changeset |
files
|
Sat, 17 Aug 2019 11:39:29 +0200 |
wenzelm |
unused;
|
changeset |
files
|
Sat, 17 Aug 2019 11:23:20 +0200 |
wenzelm |
clarified signature;
|
changeset |
files
|
Sat, 17 Aug 2019 11:13:16 +0200 |
wenzelm |
clarified modules;
|
changeset |
files
|
Sat, 17 Aug 2019 11:02:09 +0200 |
wenzelm |
clarified lookup operations: more scalable for multiple retrieval;
|
changeset |
files
|
Sat, 17 Aug 2019 10:38:02 +0200 |
wenzelm |
clarified signature;
|
changeset |
files
|
Fri, 16 Aug 2019 21:50:57 +0200 |
wenzelm |
merged
|
changeset |
files
|
Fri, 16 Aug 2019 21:38:42 +0200 |
wenzelm |
maintain thm_name vs. derivation_id for global facts;
|
changeset |
files
|
Fri, 16 Aug 2019 21:02:18 +0200 |
wenzelm |
clarified identity of PThm nodes: do not reuse old id after renaming -- enforce uniqueness of substructures;
|
changeset |
files
|
Fri, 16 Aug 2019 14:01:51 +0200 |
wenzelm |
clarified signature;
|
changeset |
files
|
Fri, 16 Aug 2019 15:48:08 +0100 |
paulson |
Fixed brace matching (plus some whitespace cleanup)
|
changeset |
files
|
Fri, 16 Aug 2019 12:53:47 +0100 |
paulson |
merged
|
changeset |
files
|
Fri, 16 Aug 2019 12:53:36 +0100 |
paulson |
new material on eqiintegrable functions, etc.
|
changeset |
files
|
Fri, 16 Aug 2019 11:40:13 +0200 |
wenzelm |
clarified treatment of individual theorems;
|
changeset |
files
|
Fri, 16 Aug 2019 10:33:25 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Fri, 16 Aug 2019 10:20:41 +0200 |
wenzelm |
clarified signature;
|
changeset |
files
|
Fri, 16 Aug 2019 10:04:47 +0200 |
wenzelm |
clarified derivation_name vs. raw_derivation_name;
|
changeset |
files
|
Thu, 15 Aug 2019 21:46:43 +0200 |
wenzelm |
merged
|
changeset |
files
|
Thu, 15 Aug 2019 21:18:06 +0200 |
wenzelm |
more careful treatment of hidden type variable names: smash before zero_var_indexes to get standard enumeration;
|
changeset |
files
|
Thu, 15 Aug 2019 19:35:17 +0200 |
wenzelm |
more careful treatment of standard_vars: rename apart from existing frees and avoid approximative Name.declared, proper application of unvarifyT within terms of proof;
|
changeset |
files
|
Thu, 15 Aug 2019 18:21:12 +0200 |
wenzelm |
support Export_Theory.read_proof, based on theory_name and serial;
|
changeset |
files
|
Thu, 15 Aug 2019 16:57:09 +0200 |
wenzelm |
clarified PThm: theory_name simplifies retrieval from exports;
|
changeset |
files
|
Thu, 15 Aug 2019 16:38:55 +0200 |
wenzelm |
Indexname.toString according to string_of_vname' in ML;
|
changeset |
files
|
Thu, 15 Aug 2019 16:26:50 +0200 |
wenzelm |
clarified type Indexname, with plain value Int;
|
changeset |
files
|
Thu, 15 Aug 2019 16:17:18 +0200 |
wenzelm |
more complete pattern match;
|
changeset |
files
|
Thu, 15 Aug 2019 16:06:57 +0200 |
wenzelm |
export facts with reconstructed proof term (if possible), but its PThm boxes need to be collected separately;
|
changeset |
files
|
Thu, 15 Aug 2019 16:02:47 +0200 |
wenzelm |
support for (fully reconstructed) proof terms in Scala;
|
changeset |
files
|
Thu, 15 Aug 2019 16:11:56 +0100 |
paulson |
new material; rotated premises of Lim_transform_eventually
|
changeset |
files
|
Wed, 14 Aug 2019 19:50:23 +0200 |
wenzelm |
clarified name context for abstractions -- in contrast to 367e60d9aa1b and Term.variant_frees (*as they are printed :-*);
|
changeset |
files
|
Wed, 14 Aug 2019 19:40:30 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Wed, 14 Aug 2019 19:21:34 +0200 |
wenzelm |
uniform standard_vars for terms and proof terms;
|
changeset |
files
|
Wed, 14 Aug 2019 11:14:27 +0200 |
wenzelm |
treat simproc results as atomic -- more compact proof terms;
|
changeset |
files
|
Tue, 13 Aug 2019 21:52:08 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Tue, 13 Aug 2019 21:18:26 +0200 |
wenzelm |
minor performance tuning;
|
changeset |
files
|
Tue, 13 Aug 2019 20:54:08 +0200 |
wenzelm |
NEWS and example for Theory.join_theory;
|
changeset |
files
|
Tue, 13 Aug 2019 20:19:15 +0200 |
wenzelm |
tuned whitespace;
|
changeset |
files
|
Tue, 13 Aug 2019 20:17:02 +0200 |
wenzelm |
more compact proof terms;
|
changeset |
files
|
Tue, 13 Aug 2019 20:16:03 +0200 |
wenzelm |
more documentation;
|
changeset |
files
|