| Mon, 06 Apr 2015 17:06:48 +0200 | 
wenzelm | 
@{command_spec} is superseded by @{command_keyword};
 | 
file |
diff |
annotate
 | 
| Fri, 06 Mar 2015 23:38:59 +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
 | 
| Wed, 04 Mar 2015 22:05:01 +0100 | 
wenzelm | 
clarified signature;
 | 
file |
diff |
annotate
 | 
| Wed, 04 Mar 2015 19:53:18 +0100 | 
wenzelm | 
tuned signature -- prefer qualified names;
 | 
file |
diff |
annotate
 | 
| Tue, 03 Mar 2015 19:08:04 +0100 | 
traytel | 
eliminated some clones of Proof_Context.cterm_of
 | 
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, 28 Jan 2015 08:29:08 +0100 | 
haftmann | 
abstract code equation may also be default
 | 
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, 01 Sep 2014 16:17:46 +0200 | 
blanchet | 
renamed modules defining old datatypes, as a step towards having 'datatype_new' take 'datatype's place
 | 
file |
diff |
annotate
 | 
| Thu, 21 Aug 2014 22:48:39 +0200 | 
wenzelm | 
tuned signature -- define some elementary operations earlier;
 | 
file |
diff |
annotate
 | 
| Tue, 19 Aug 2014 23:17:51 +0200 | 
wenzelm | 
tuned signature -- moved type src to Token, without aliases;
 | 
file |
diff |
annotate
 | 
| Thu, 24 Jul 2014 20:21:59 +0200 | 
kuncar | 
having extra assumptions (typically from a context) means there is no chance to have a valid code equation => skip decoding and registration of the code equations
 | 
file |
diff |
annotate
 | 
| Thu, 24 Jul 2014 20:21:34 +0200 | 
kuncar | 
store explicitly quotient types with no_code => more precise registration of code equations
 | 
file |
diff |
annotate
 | 
| Thu, 24 Jul 2014 13:01:49 +0200 | 
kuncar | 
prevent beta-contraction in proving extra assumptions for abs_eq
 | 
file |
diff |
annotate
 | 
| Fri, 11 Apr 2014 22:19:37 +0200 | 
kuncar | 
fix the reflexivity prover
 | 
file |
diff |
annotate
 | 
| Thu, 10 Apr 2014 17:48:18 +0200 | 
kuncar | 
setup for Transfer and Lifting from BNF; tuned thm names
 | 
file |
diff |
annotate
 | 
| Thu, 10 Apr 2014 17:48:15 +0200 | 
kuncar | 
more appropriate name (Lifting.invariant -> eq_onp)
 | 
file |
diff |
annotate
 | 
| Thu, 10 Apr 2014 17:48:14 +0200 | 
kuncar | 
left_total and left_unique rules are now transfer rules (cleaner solution, reflexvity_rule attribute not needed anymore)
 | 
file |
diff |
annotate
 | 
| Fri, 21 Mar 2014 20:33:56 +0100 | 
wenzelm | 
more qualified names;
 | 
file |
diff |
annotate
 | 
| Thu, 06 Mar 2014 15:40:33 +0100 | 
blanchet | 
renamed 'fun_rel' to 'rel_fun'
 | 
file |
diff |
annotate
 | 
| Thu, 27 Feb 2014 13:52:33 +0100 | 
kuncar | 
hide Lifting.invariant from a user completely
 | 
file |
diff |
annotate
 | 
| Tue, 25 Feb 2014 19:07:40 +0100 | 
kuncar | 
new rule for making rsp theorem more readable
 | 
file |
diff |
annotate
 | 
| Tue, 25 Feb 2014 15:02:54 +0100 | 
kuncar | 
the rules are not needed due to 1726f46d2aa8
 | 
file |
diff |
annotate
 | 
| Tue, 25 Feb 2014 15:02:19 +0100 | 
kuncar | 
rewrite composition of quotients to a more readable form in a respectfulness goal that is presented to a user
 | 
file |
diff |
annotate
 | 
| Mon, 24 Feb 2014 18:12:41 +0100 | 
kuncar | 
more robust registration of code equations
 | 
file |
diff |
annotate
 | 
| Mon, 24 Feb 2014 18:12:40 +0100 | 
kuncar | 
be consistent and produce always rep_eq with =
 | 
file |
diff |
annotate
 | 
| Thu, 20 Feb 2014 16:56:33 +0100 | 
kuncar | 
refactoring; generate rep_eq always, not only when it would be accepted by the code generator
 | 
file |
diff |
annotate
 | 
| Thu, 20 Feb 2014 16:56:32 +0100 | 
kuncar | 
refactoring
 | 
file |
diff |
annotate
 | 
| Thu, 20 Feb 2014 16:56:32 +0100 | 
kuncar | 
the rule is not needed due to 1726f46d2aa8
 | 
file |
diff |
annotate
 | 
| Tue, 18 Feb 2014 23:03:47 +0100 | 
kuncar | 
implement the reflexivity prover as a monotonicity prover that proves R >= op=; derive "reflexivity" rules for relators from mono rules and eq rules
 | 
file |
diff |
annotate
 | 
| Sat, 11 Jan 2014 23:35:05 +0100 | 
wenzelm | 
more accurate context;
 | 
file |
diff |
annotate
 | 
| Wed, 08 Jan 2014 17:00:03 +0100 | 
kuncar | 
typo
 | 
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
 | 
| Mon, 14 Oct 2013 15:01:41 +0200 | 
kuncar | 
update documentation of important public ML functions in Lifting
 | 
file |
diff |
annotate
 | 
| Fri, 27 Sep 2013 14:43:26 +0200 | 
kuncar | 
allow to specify multiple parametricity transfer rules in lift_definition
 | 
file |
diff |
annotate
 | 
| Mon, 16 Sep 2013 15:30:17 +0200 | 
kuncar | 
restoring Transfer/Lifting context
 | 
file |
diff |
annotate
 | 
| Mon, 26 Aug 2013 16:13:20 +0200 | 
wenzelm | 
prefer Binding.name_of over Binding.print -- the latter leads to funny quotes and markup within the constructed term;
 | 
file |
diff |
annotate
 | 
| Mon, 26 Aug 2013 15:45:51 +0200 | 
wenzelm | 
proper context;
 | 
file |
diff |
annotate
 | 
| Wed, 15 May 2013 12:10:39 +0200 | 
kuncar | 
stronger reflexivity prover
 | 
file |
diff |
annotate
 | 
| Mon, 13 May 2013 15:22:19 +0200 | 
kuncar | 
typo
 | 
file |
diff |
annotate
 | 
| Fri, 10 May 2013 19:41:23 +0200 | 
kuncar | 
don't apply an unnecessary morphism
 | 
file |
diff |
annotate
 | 
| Fri, 08 Mar 2013 13:14:23 +0100 | 
kuncar | 
lift_definition and setup_lifting generate parametric transfer rules if parametricity theorems are provided
 | 
file |
diff |
annotate
 | 
| Thu, 28 Feb 2013 16:54:52 +0100 | 
wenzelm | 
just one HOLogic.Trueprop_conv, with regular exception CTERM;
 | 
file |
diff |
annotate
 | 
| Wed, 24 Oct 2012 18:43:25 +0200 | 
huffman | 
transfer package: more flexible handling of equality relations using is_equality predicate
 | 
file |
diff |
annotate
 | 
| Wed, 17 Oct 2012 00:16:31 +0200 | 
kuncar | 
don't be so aggressive when expanding a transfer rule relation; rewrite only the relational part of the rule
 | 
file |
diff |
annotate
 | 
| Thu, 27 Sep 2012 20:30:32 +0200 | 
kuncar | 
mk_readable_rsp_thm_eq is more robust now
 | 
file |
diff |
annotate
 | 
| Thu, 27 Sep 2012 20:30:30 +0200 | 
kuncar | 
new get function for non-symmetric relator_eq & tuned
 | 
file |
diff |
annotate
 | 
| Tue, 29 May 2012 19:13:02 +0200 | 
kuncar | 
don't be so aggressive during unfolding id and o
 | 
file |
diff |
annotate
 | 
| Thu, 24 May 2012 14:20:23 +0200 | 
kuncar | 
prove reflexivity also for the quotient composition relation; reflp_preserve renamed to reflexivity_rule
 | 
file |
diff |
annotate
 | 
| Mon, 21 May 2012 16:36:48 +0200 | 
kuncar | 
quot_del attribute, it allows us to deregister quotient types
 | 
file |
diff |
annotate
 | 
| Wed, 16 May 2012 19:17:20 +0200 | 
kuncar | 
generate abs_eq, use it as a code equation for total quotients; no_abs_code renamed to no_code; added no_code for quotient_type command
 | 
file |
diff |
annotate
 | 
| Wed, 02 May 2012 18:26:10 +0200 | 
kuncar | 
documentation of the Lifting package on the ML level & tuned
 | 
file |
diff |
annotate
 | 
| Mon, 23 Apr 2012 18:42:03 +0200 | 
kuncar | 
added useful Trueprop_conv
 | 
file |
diff |
annotate
 | 
| Mon, 23 Apr 2012 17:18:18 +0200 | 
kuncar | 
move MRSL to a separate file
 | 
file |
diff |
annotate
 | 
| Sun, 22 Apr 2012 16:53:24 +0200 | 
huffman | 
fix bug caused by misunderstanding of operator precedences (cf. cb44d09d9d22)
 | 
file |
diff |
annotate
 | 
| Fri, 20 Apr 2012 18:29:21 +0200 | 
kuncar | 
hide the invariant constant for relators: invariant_commute infrastracture
 | 
file |
diff |
annotate
 | 
| Thu, 19 Apr 2012 17:31:34 +0200 | 
kuncar | 
use tnames for bound variables in rsp thms
 | 
file |
diff |
annotate
 | 
| Wed, 18 Apr 2012 23:57:44 +0200 | 
kuncar | 
setup_lifting: no_code switch and supoport for quotient theorems
 | 
file |
diff |
annotate
 | 
| Wed, 18 Apr 2012 17:04:03 +0200 | 
kuncar | 
Lifting: generate more thms & note them & tuned
 | 
file |
diff |
annotate
 |