src/HOL/Library/positivstellensatz.ML
Sat, 13 Apr 2019 22:06:40 +0200 wenzelm tuned signature;
Sat, 13 Apr 2019 16:26:19 +0200 wenzelm tuned signature -- more ctyp operations;
Fri, 04 Jan 2019 23:22:53 +0100 wenzelm isabelle update -u control_cartouches;
Mon, 24 Sep 2018 14:30:09 +0200 nipkow Prefix form of infix with * on either side no longer needs special treatment
Thu, 01 Feb 2018 17:27:13 +0100 wenzelm tuned;
Thu, 01 Feb 2018 17:15:07 +0100 wenzelm clarified signature;
Thu, 01 Feb 2018 15:12:57 +0100 wenzelm tuned signature: more operations;
Thu, 01 Feb 2018 13:55:10 +0100 wenzelm clarified signature;
Wed, 10 Jan 2018 15:25:09 +0100 nipkow ran isabelle update_op on all sources
Sat, 23 Dec 2017 19:02:11 +0100 wenzelm more symbols;
Fri, 22 Dec 2017 22:39:31 +0100 wenzelm more symbols;
Wed, 20 Dec 2017 21:52:35 +0100 nipkow tuned op's
Sun, 26 Nov 2017 21:08:32 +0100 wenzelm more symbols;
Thu, 11 Aug 2016 15:36:17 +0200 wenzelm tuned whitespace;
Wed, 10 Aug 2016 09:33:54 +0200 nipkow "split add" -> "split"
Wed, 01 Jun 2016 19:23:18 +0200 wenzelm more adhoc overloading;
Wed, 01 Jun 2016 15:10:27 +0200 wenzelm prefer rat numberals;
Wed, 01 Jun 2016 10:45:35 +0200 wenzelm tuned signature;
Tue, 31 May 2016 21:54:10 +0200 wenzelm ad-hoc overloading for standard operations on type Rat.rat;
Wed, 13 Jan 2016 23:37:55 +0100 wenzelm removed dead code;
Mon, 28 Dec 2015 01:28:28 +0100 wenzelm more symbols;
Tue, 10 Nov 2015 14:18:41 +0000 paulson Coercion "real" now has type nat => real only and is no longer overloaded. Type class "real_of" is gone. Many duplicate theorems removed.
Tue, 01 Sep 2015 17:25:36 +0200 wenzelm tuned -- avoid slightly odd @{cpat};
Sun, 16 Aug 2015 19:25:08 +0200 wenzelm added Thm.chyps_of;
Mon, 27 Jul 2015 17:44:55 +0200 wenzelm tuned signature;
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);
Wed, 04 Mar 2015 22:05:01 +0100 wenzelm clarified signature;
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Wed, 08 Oct 2014 10:03:46 +0200 wenzelm tuned spelling;
Fri, 17 May 2013 13:46:18 +0200 wenzelm tuned signature;
Thu, 18 Apr 2013 17:07:01 +0200 wenzelm simplifier uses proper Proof.context instead of historic type simpset;
Wed, 22 Feb 2012 17:34:31 +0100 huffman tuned whitespace
Wed, 15 Feb 2012 23:19:30 +0100 wenzelm renamed Thm.capply to Thm.apply, and Thm.cabs to Thm.lambda in conformance with similar operations in structure Term and Logic;
Sun, 27 Nov 2011 23:10:19 +0100 wenzelm more antiquotations;
Mon, 22 Aug 2011 17:22:49 -0700 huffman avoid warnings
Mon, 08 Aug 2011 17:23:15 +0200 wenzelm misc tuning -- eliminated old-fashioned rep_thm;
Fri, 07 May 2010 15:36:03 +0200 krauss spelling
Thu, 02 Sep 2010 10:29:48 +0200 haftmann Table.map replaces Table.map'
Fri, 27 Aug 2010 15:46:08 +0200 wenzelm disposed some old debugging tools;
Fri, 27 Aug 2010 10:56:46 +0200 haftmann formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj
Thu, 19 Aug 2010 16:08:59 +0200 haftmann tuned quotes
Thu, 19 Aug 2010 11:02:14 +0200 haftmann use antiquotations for remaining unqualified constants in HOL
Mon, 28 Jun 2010 15:32:17 +0200 haftmann explicit is better than implicit
Tue, 25 May 2010 20:28:16 +0200 wenzelm eliminated various catch-all exception patterns, guessing at the concrete exeptions that are intended here;
Sat, 15 May 2010 21:50:05 +0200 wenzelm less pervasive names from structure Thm;
Fri, 07 May 2010 16:12:26 +0200 haftmann renamed Normalizer to the more specific Semiring_Normalizer
Fri, 07 May 2010 15:05:52 +0200 haftmann split of semiring normalization from Groebner theory; moved field_comp_conv to Numeral_Simproces
Thu, 06 May 2010 23:11:57 +0200 haftmann former free-floating field_comp_conv now in structure Normalizer
Thu, 06 May 2010 16:32:20 +0200 haftmann dropped auxiliary method sring_norm; integrated normalizer.ML and normalizer_data.ML
Sat, 27 Feb 2010 23:13:01 +0100 wenzelm modernized structure Term_Ord;
Fri, 05 Feb 2010 14:33:50 +0100 haftmann more consistent naming of type classes involving orderings (and lattices) -- c.f. NEWS
Thu, 05 Nov 2009 17:58:58 +0100 wenzelm tuned header;
Thu, 22 Oct 2009 13:48:06 +0200 haftmann map_range (and map_index) combinator
Wed, 21 Oct 2009 12:02:56 +0200 haftmann curried union as canonical list operation
Wed, 21 Oct 2009 08:16:25 +0200 haftmann merged
Wed, 21 Oct 2009 08:14:38 +0200 haftmann dropped redundant gen_ prefix
Wed, 21 Oct 2009 00:36:12 +0200 wenzelm standardized basic operations on type option;
Mon, 19 Oct 2009 21:54:57 +0200 wenzelm uniform use of Integer.add/mult/sum/prod;
Thu, 01 Oct 2009 23:27:05 +0200 wenzelm moved cache_conv to src/Pure/conv.ML, use Thm.cterm_cache;
less more (0) -60 tip