| Mon, 19 Feb 2018 14:49:11 +0100 | 
wenzelm | 
tuned signature;
 | 
file |
diff |
annotate
 | 
| Sun, 18 Feb 2018 17:57:14 +0100 | 
wenzelm | 
more explicit instantiate_morphism (without checks for typ / term component);
 | 
file |
diff |
annotate
 | 
| Fri, 16 Feb 2018 21:33:04 +0100 | 
wenzelm | 
trim context of persistent data;
 | 
file |
diff |
annotate
 | 
| Wed, 06 Dec 2017 20:43:09 +0100 | 
wenzelm | 
prefer control symbol antiquotations;
 | 
file |
diff |
annotate
 | 
| Wed, 05 Apr 2017 10:26:28 +0200 | 
Lars Hupel | 
store totality fact in function info
 | 
file |
diff |
annotate
 | 
| Mon, 30 May 2016 20:58:16 +0200 | 
wenzelm | 
tuned;
 | 
file |
diff |
annotate
 | 
| Thu, 28 Apr 2016 09:43:11 +0200 | 
wenzelm | 
support 'assumes' in specifications, e.g. 'definition', 'inductive';
 | 
file |
diff |
annotate
 | 
| Mon, 18 Apr 2016 14:26:42 +0200 | 
wenzelm | 
tuned;
 | 
file |
diff |
annotate
 | 
| Sun, 17 Apr 2016 22:10:09 +0200 | 
wenzelm | 
clarified bindings;
 | 
file |
diff |
annotate
 | 
| Sun, 17 Apr 2016 20:54:17 +0200 | 
wenzelm | 
prefer binding over base name;
 | 
file |
diff |
annotate
 | 
| Sun, 17 Apr 2016 16:36:47 +0200 | 
wenzelm | 
removed pointless check (see Type_Infer.object_logic);
 | 
file |
diff |
annotate
 | 
| Fri, 04 Sep 2015 13:39:20 +0200 | 
wenzelm | 
trim context for persistent storage;
 | 
file |
diff |
annotate
 | 
| Tue, 07 Jul 2015 18:37:24 +0200 | 
blanchet | 
have the installed termination prover take a 'quiet' flag
 | 
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 13:39:34 +0100 | 
wenzelm | 
clarified 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
 | 
| Fri, 19 Dec 2014 23:01:46 +0100 | 
wenzelm | 
just one data slot per program unit;
 | 
file |
diff |
annotate
 | 
| Wed, 26 Nov 2014 20:05:34 +0100 | 
wenzelm | 
renamed "pairself" to "apply2", in accordance to @{apply 2};
 | 
file |
diff |
annotate
 | 
| Tue, 19 Aug 2014 23:17:51 +0200 | 
wenzelm | 
tuned signature -- moved type src to Token, without aliases;
 | 
file |
diff |
annotate
 | 
| Sat, 16 Aug 2014 19:20:11 +0200 | 
wenzelm | 
updated to named_theorems;
 | 
file |
diff |
annotate
 | 
| Sat, 22 Mar 2014 18:19:57 +0100 | 
wenzelm | 
more antiquotations;
 | 
file |
diff |
annotate
 | 
| Fri, 21 Mar 2014 20:33:56 +0100 | 
wenzelm | 
more qualified names;
 | 
file |
diff |
annotate
 | 
| Fri, 13 Dec 2013 20:20:15 +0100 | 
wenzelm | 
maintain morphism names for diagnostic purposes;
 | 
file |
diff |
annotate
 | 
| Sun, 10 Nov 2013 15:05:06 +0100 | 
haftmann | 
qualifed popular user space names
 | 
file |
diff |
annotate
 | 
| Sun, 08 Sep 2013 22:32:47 +0200 | 
Manuel Eberl | 
generate elim rules for elimination of function equalities;
 | 
file |
diff |
annotate
 | 
| Sun, 16 Jun 2013 22:56:44 +0200 | 
krauss | 
export dom predicate in the info record
 | 
file |
diff |
annotate
 | 
| Sun, 16 Jun 2013 01:39:00 +0200 | 
krauss | 
export cases rule in the info record
 | 
file |
diff |
annotate
 | 
| Sun, 28 Oct 2012 02:22:39 +0000 | 
Christian Urban | 
added function store_termination_rule to the signature, as it is used in Nominal2
 | 
file |
diff |
annotate
 | 
| Sun, 21 Oct 2012 22:31:39 +0200 | 
wenzelm | 
removed dead code;
 | 
file |
diff |
annotate
 | 
| Sun, 21 Oct 2012 22:12:22 +0200 | 
wenzelm | 
proper signatures;
 | 
file |
diff |
annotate
 | 
| Thu, 15 Mar 2012 20:07:00 +0100 | 
wenzelm | 
prefer formally checked @{keyword} parser;
 | 
file |
diff |
annotate
 | 
| Wed, 15 Feb 2012 22:44:31 +0100 | 
wenzelm | 
discontinued Drule.term_rule, which tends to cause confusion due to builtin cterm_of (NB: the standard morphisms already provide a separate term component);
 | 
file |
diff |
annotate
 | 
| Thu, 29 Dec 2011 15:54:37 +0100 | 
wenzelm | 
comments;
 | 
file |
diff |
annotate
 | 
| Fri, 28 Oct 2011 23:41:16 +0200 | 
wenzelm | 
tuned Named_Thms: proper binding;
 | 
file |
diff |
annotate
 | 
| Fri, 28 Oct 2011 17:15:52 +0200 | 
wenzelm | 
tuned signature -- refined terminology;
 | 
file |
diff |
annotate
 | 
| Sun, 21 Aug 2011 20:42:26 +0200 | 
wenzelm | 
tuned Parse.group: delayed failure message;
 | 
file |
diff |
annotate
 | 
| Sat, 16 Apr 2011 16:15:37 +0200 | 
wenzelm | 
modernized structure Proof_Context;
 | 
file |
diff |
annotate
 | 
| Thu, 24 Mar 2011 13:54:39 +0100 | 
wenzelm | 
indentation;
 | 
file |
diff |
annotate
 | 
| Fri, 25 Feb 2011 16:59:48 +0100 | 
krauss | 
removed support for tail-recursion from function package (now implemented by partial_function)
 | 
file |
diff |
annotate
 | 
| Wed, 29 Dec 2010 21:52:41 +0100 | 
krauss | 
function (default) is legacy feature
 | 
file |
diff |
annotate
 | 
| Sun, 12 Dec 2010 21:41:01 +0100 | 
krauss | 
tuned headers
 | 
file |
diff |
annotate
 | 
| Fri, 10 Sep 2010 14:37:57 +0200 | 
krauss | 
improved error message for common mistake (fun f where "g x = ...")
 | 
file |
diff |
annotate
 | 
| Sun, 05 Sep 2010 21:41:24 +0200 | 
wenzelm | 
turned show_sorts/show_types into proper configuration options;
 | 
file |
diff |
annotate
 | 
| Thu, 26 Aug 2010 21:04:22 +0200 | 
wenzelm | 
more uniform descriptions, which end up in the collective output of 'print_attributes' for example;
 | 
file |
diff |
annotate
 | 
| Thu, 26 Aug 2010 17:01:12 +0200 | 
wenzelm | 
theory data merge: prefer left side uniformly;
 | 
file |
diff |
annotate
 | 
| Mon, 17 May 2010 23:54:15 +0200 | 
wenzelm | 
prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
 | 
file |
diff |
annotate
 | 
| Sun, 16 May 2010 00:02:11 +0200 | 
wenzelm | 
prefer structure Parse_Spec;
 | 
file |
diff |
annotate
 | 
| Wed, 05 May 2010 18:25:34 +0200 | 
haftmann | 
farewell to old-style mem infixes -- type inference in situations with mem_int and mem_string should provide enough information to resolve the type of (op =)
 | 
file |
diff |
annotate
 | 
| Wed, 28 Apr 2010 11:52:04 +0200 | 
krauss | 
default termination prover as plain tactic
 | 
file |
diff |
annotate
 | 
| Sat, 02 Jan 2010 23:18:58 +0100 | 
krauss | 
new year's resolution: reindented code in function package
 | 
file |
diff |
annotate
 | 
| Sat, 02 Jan 2010 23:18:58 +0100 | 
krauss | 
provide simp and induct rules in Function.info
 | 
file |
diff |
annotate
 | 
| Sat, 02 Jan 2010 23:18:58 +0100 | 
krauss | 
more official data record Function.info
 | 
file |
diff |
annotate
 | 
| Thu, 19 Nov 2009 10:33:20 +0100 | 
krauss | 
check if equations are present for all functions to avoid low-level exception later
 | 
file |
diff |
annotate
 | 
| Sun, 08 Nov 2009 16:30:41 +0100 | 
wenzelm | 
adapted Generic_Data, Proof_Data;
 | 
file |
diff |
annotate
 | 
| Mon, 02 Nov 2009 22:24:03 +0100 | 
krauss | 
conceal partial rules depending on config flag (i.e. when called via "fun")
 | 
file |
diff |
annotate
 | 
| Sun, 01 Nov 2009 20:59:34 +0100 | 
wenzelm | 
adapted Item_Net;
 | 
file |
diff |
annotate
 | 
| Sat, 24 Oct 2009 20:47:10 +0200 | 
krauss | 
configuration flag "partials"
 | 
file |
diff |
annotate
 | 
| Fri, 23 Oct 2009 16:22:10 +0200 | 
krauss | 
function package: more standard names for structures and files
 | 
file |
diff |
annotate
 |