Fri, 20 Sep 2024 14:28:13 +0200 |
wenzelm |
clarified signature: more explicit operations;
|
file |
diff |
annotate
|
Wed, 07 Aug 2024 20:06:55 +0200 |
wenzelm |
more robust: only type inference with its finish/fixate phase (on contrast to dc387e3999ec), e.g. avoid accidental "improvement" of type class operations (free vs. const);
|
file |
diff |
annotate
|
Fri, 10 Dec 2021 08:53:02 +0100 |
desharna |
tuned metis to use map_index
|
file |
diff |
annotate
|
Thu, 28 Oct 2021 20:09:37 +0200 |
wenzelm |
clarified antiquotations, assuming that Drule.instantiate_normalize was merely a historical relic;
|
file |
diff |
annotate
|
Tue, 21 Sep 2021 20:56:28 +0200 |
wenzelm |
clarified antiquotations;
|
file |
diff |
annotate
|
Sat, 11 Sep 2021 13:04:32 +0200 |
wenzelm |
more antiquotations;
|
file |
diff |
annotate
|
Fri, 10 Sep 2021 14:59:19 +0200 |
wenzelm |
clarified signature: more scalable operations;
|
file |
diff |
annotate
|
Mon, 12 Aug 2019 19:47:48 +0200 |
wenzelm |
more compact proof terms;
|
file |
diff |
annotate
|
Mon, 12 Aug 2019 18:53:02 +0200 |
wenzelm |
tuned -- avoid shadowing of ML names;
|
file |
diff |
annotate
|
Mon, 12 Aug 2019 18:00:46 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Mon, 12 Aug 2019 15:43:05 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Mon, 12 Aug 2019 14:39:55 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Mon, 12 Aug 2019 11:15:57 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Mon, 12 Aug 2019 11:04:41 +0200 |
wenzelm |
misc tuning -- slightly more readable;
|
file |
diff |
annotate
|
Thu, 08 Aug 2019 10:50:23 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Wed, 07 Aug 2019 17:43:48 +0200 |
wenzelm |
more compact proofterms;
|
file |
diff |
annotate
|
Sat, 05 Jan 2019 17:24:33 +0100 |
wenzelm |
isabelle update -u control_cartouches;
|
file |
diff |
annotate
|
Fri, 04 Jan 2019 23:22:53 +0100 |
wenzelm |
isabelle update -u control_cartouches;
|
file |
diff |
annotate
|
Sun, 25 Feb 2018 19:43:38 +0100 |
wenzelm |
prefer symbols;
|
file |
diff |
annotate
|
Mon, 08 Jan 2018 16:45:30 +0100 |
wenzelm |
prefer qualified names;
|
file |
diff |
annotate
|
Sun, 26 Nov 2017 21:08:32 +0100 |
wenzelm |
more symbols;
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 20:26:13 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Fri, 27 May 2016 20:23:55 +0200 |
wenzelm |
tuned proofs, to allow unfold_abs_def;
|
file |
diff |
annotate
|
Fri, 25 Sep 2015 20:37:59 +0200 |
wenzelm |
moved remaining display.ML to more_thm.ML;
|
file |
diff |
annotate
|
Sun, 16 Aug 2015 19:25:08 +0200 |
wenzelm |
added Thm.chyps_of;
|
file |
diff |
annotate
|
Mon, 27 Jul 2015 11:30:10 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Mon, 27 Jul 2015 00:17:18 +0200 |
wenzelm |
added infer_instantiate_vars, which allows inconsistent types for variables, as required for Metis proof reconstruction;
|
file |
diff |
annotate
|
Sat, 25 Jul 2015 23:41:53 +0200 |
wenzelm |
updated to infer_instantiate;
|
file |
diff |
annotate
|
Sun, 05 Jul 2015 15:02:30 +0200 |
wenzelm |
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
|
file |
diff |
annotate
|
Tue, 02 Jun 2015 13:55:43 +0200 |
wenzelm |
clarified context;
|
file |
diff |
annotate
|
Fri, 06 Mar 2015 23:44:57 +0100 |
wenzelm |
clarified context;
|
file |
diff |
annotate
|
Fri, 06 Mar 2015 15:58:56 +0100 |
wenzelm |
Thm.cterm_of and Thm.ctyp_of operate on local context;
|
file |
diff |
annotate
|
Fri, 06 Mar 2015 00:00:57 +0100 |
wenzelm |
tuned -- more explicit use of context;
|
file |
diff |
annotate
|
Wed, 04 Mar 2015 19:53:18 +0100 |
wenzelm |
tuned signature -- prefer qualified names;
|
file |
diff |
annotate
|
Tue, 10 Feb 2015 14:48:26 +0100 |
wenzelm |
proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
|
file |
diff |
annotate
|
Wed, 26 Nov 2014 20:05:34 +0100 |
wenzelm |
renamed "pairself" to "apply2", in accordance to @{apply 2};
|
file |
diff |
annotate
|
Mon, 10 Nov 2014 21:49:48 +0100 |
wenzelm |
proper context for assume_tac (atac remains as fall-back without context);
|
file |
diff |
annotate
|
Sun, 09 Nov 2014 17:04:14 +0100 |
wenzelm |
proper context for match_tac etc.;
|
file |
diff |
annotate
|
Sat, 08 Nov 2014 21:31:51 +0100 |
wenzelm |
optional proof context for unify operations, for the sake of proper local options;
|
file |
diff |
annotate
|
Thu, 30 Oct 2014 22:45:19 +0100 |
wenzelm |
eliminated aliases;
|
file |
diff |
annotate
|
Thu, 28 Aug 2014 15:51:50 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Fri, 27 Jun 2014 18:27:37 +0200 |
blanchet |
tuned whitespace and parentheses
|
file |
diff |
annotate
|
Fri, 27 Jun 2014 10:49:52 +0200 |
blanchet |
resolution modulo double negation
|
file |
diff |
annotate
|
Mon, 16 Jun 2014 16:18:15 +0200 |
fleury |
add support for Isar reconstruction for thf1 ATP provers like Leo-II.
|
file |
diff |
annotate
|
Sun, 16 Feb 2014 21:33:28 +0100 |
blanchet |
removed final periods in messages for proof methods
|
file |
diff |
annotate
|
Sat, 01 Feb 2014 18:40:47 +0100 |
wenzelm |
unused;
|
file |
diff |
annotate
|
Fri, 10 Jan 2014 21:37:28 +0100 |
wenzelm |
more elementary management of declared hyps, below structure Assumption;
|
file |
diff |
annotate
|
Sun, 15 Dec 2013 18:54:26 +0100 |
blanchet |
tuning
|
file |
diff |
annotate
|
Sat, 14 Dec 2013 17:28:05 +0100 |
wenzelm |
proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
|
file |
diff |
annotate
|
Tue, 19 Nov 2013 18:11:52 +0100 |
blanchet |
simplified old code
|
file |
diff |
annotate
|
Wed, 29 May 2013 18:55:37 +0200 |
wenzelm |
resolve_inc_tyvars: back to old behavior before 0fa3b456a267 where types of equal Vars are *not* unified -- recover last example in src/HOL/Metis_Examples/Clausification.thy;
|
file |
diff |
annotate
|
Wed, 29 May 2013 18:25:11 +0200 |
wenzelm |
tuned signature -- more explicit flags for low-level Thm.bicompose;
|
file |
diff |
annotate
|
Mon, 27 May 2013 15:57:38 +0200 |
wenzelm |
instantiate types as well (see also Thm.first_order_match);
|
file |
diff |
annotate
|
Thu, 16 May 2013 13:34:13 +0200 |
blanchet |
tuning -- renamed '_from_' to '_of_' in Sledgehammer
|
file |
diff |
annotate
|
Wed, 15 May 2013 17:43:42 +0200 |
blanchet |
renamed Sledgehammer functions with 'for' in their names to 'of'
|
file |
diff |
annotate
|
Sun, 12 May 2013 20:46:17 +0200 |
wenzelm |
more standard Isabelle/ML operations -- avoid inaccurate Bool.fromString;
|
file |
diff |
annotate
|
Sat, 11 May 2013 16:13:08 +0200 |
wenzelm |
avoid PolyML.makestring, even in dead code;
|
file |
diff |
annotate
|
Fri, 12 Apr 2013 15:30:38 +0200 |
wenzelm |
tuned exceptions -- avoid composing error messages in low-level situations;
|
file |
diff |
annotate
|
Mon, 14 Jan 2013 09:59:50 +0100 |
blanchet |
less brutal Metis failure -- the brutality was accidentally introduced by df8ae0590be2
|
file |
diff |
annotate
|
Tue, 26 Jun 2012 11:14:39 +0200 |
blanchet |
added type arguments to "ATerm" constructor -- but don't use them yet
|
file |
diff |
annotate
|