src/HOL/Tools/Function/fun.ML
Tue, 07 Jul 2015 18:37:24 +0200 blanchet have the installed termination prover take a 'quiet' flag
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Fri, 06 Mar 2015 21:20:30 +0100 wenzelm clarified context;
Fri, 19 Dec 2014 23:01:46 +0100 wenzelm just one data slot per program unit;
Wed, 29 Oct 2014 19:01:49 +0100 wenzelm modernized setup;
Sat, 22 Mar 2014 18:19:57 +0100 wenzelm more antiquotations;
Tue, 12 Nov 2013 14:24:34 +0100 blanchet ported part of function package to new 'Ctr_Sugar' abstraction
Sun, 21 Oct 2012 22:12:22 +0200 wenzelm proper signatures;
Wed, 06 Jun 2012 21:36:21 +0200 krauss fun command: produce hard failure when equations do not contribute to the specification (i.e., are covered by preceding clauses), to avoid confusing inexperienced users
Fri, 16 Mar 2012 18:20:12 +0100 wenzelm outer syntax command definitions based on formal command_spec derived from theory header declarations;
Fri, 25 Nov 2011 19:07:26 +0100 krauss removed obsolete uses of Local_Theory.restore -- package composition P1 #> P2 no longer requires them due to 57def0b39696: P2 finds the results of P1 in the auxiliary context
Wed, 17 Aug 2011 16:30:38 +0200 wenzelm less verbosity for 'function' and 'fun': observe "int" flag more carefully (cf. a32ca9165928);
Wed, 17 Aug 2011 15:14:48 +0200 wenzelm export Function_Fun.fun_config for user convenience;
Thu, 09 Jun 2011 20:22:22 +0200 wenzelm tuned signature: Name.invent and Name.invent_names;
Thu, 09 Jun 2011 15:38:49 +0200 wenzelm prefer new-style Name.invents;
Wed, 08 Jun 2011 15:39:55 +0200 wenzelm pervasive Output operations;
Sun, 22 May 2011 20:59:13 +0200 krauss fun command produces warning when patterns are incomplete (somewhat analogous to primrec)
Fri, 13 May 2011 22:55:00 +0200 wenzelm proper Proof.context for classical tactics;
Sat, 16 Apr 2011 16:15:37 +0200 wenzelm modernized structure Proof_Context;
Fri, 25 Feb 2011 16:59:48 +0100 krauss removed support for tail-recursion from function package (now implemented by partial_function)
Wed, 29 Dec 2010 21:52:41 +0100 krauss function (default) is legacy feature
Sun, 12 Dec 2010 21:41:01 +0100 krauss tuned headers
Fri, 10 Sep 2010 14:37:57 +0200 krauss improved error message for common mistake (fun f where "g x = ...")
Mon, 17 May 2010 23:54:15 +0200 wenzelm prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
Fri, 30 Apr 2010 13:47:39 +0200 krauss return updated info record after termination proof
Wed, 28 Apr 2010 17:42:37 +0200 krauss clarified signature; simpler implementation in terms of function's tactic interface
Wed, 28 Apr 2010 11:52:04 +0200 krauss default termination prover as plain tactic
Wed, 28 Apr 2010 09:48:22 +0200 krauss ML interface uses plain command names, following conventions from typedef
Sat, 02 Jan 2010 23:18:58 +0100 krauss new year's resolution: reindented code in function package
Wed, 25 Nov 2009 09:13:46 +0100 haftmann normalized uncurry take/drop
Tue, 24 Nov 2009 17:28:25 +0100 haftmann curried take/drop
Mon, 23 Nov 2009 15:05:59 +0100 krauss eliminated dead code and some unused bindings, reported by polyml
Tue, 17 Nov 2009 14:51:57 +0100 wenzelm eliminated slightly odd name space grouping -- now managed by Isar toplevel;
Fri, 13 Nov 2009 21:11:15 +0100 wenzelm modernized structure Local_Theory;
Sun, 25 Oct 2009 19:21:34 +0100 wenzelm name space groups are identified by serial, not serial_string;
Sat, 24 Oct 2009 20:47:10 +0200 krauss configuration flag "partials"
Fri, 23 Oct 2009 16:22:10 +0200 krauss function package: more standard names for structures and files
Fri, 23 Oct 2009 15:33:19 +0200 krauss renamed FundefDatatype -> Function_Fun
less more (0) tip