src/Pure/axclass.ML
Wed, 23 Sep 2020 15:18:07 +0200 \----- start update Isabelle2019 --> Isabelle2020
Wed, 22 Aug 2018 14:44:15 +0200 \----- start update Isabelle2017 --> Isabelle2018
Fri, 19 Jan 2018 12:49:17 +0100 \----- start update Isabelle2015 --> Isabelle2017
Sat, 05 Dec 2015 16:09:41 +0100 switched from Isabelle2014 to Isabelle2015, intermediate state
Mon, 12 May 2014 17:17:32 +0200 tuned signature to make axiomatizations more easy to spot in the source, via "add_axioms" or "axiomatization";
Fri, 14 Mar 2014 15:12:22 +0100 conceal somewhat obscure internal facts, e.g. relevant for 'print_theorems', 'find_theorems';
Mon, 10 Feb 2014 22:08:18 +0100 discontinued axiomatic 'classes', 'classrel', 'arities';
Mon, 06 Jan 2014 09:31:18 +0100 uniform orientation of instances as (type constructor, type class)
Sat, 14 Dec 2013 17:28:05 +0100 proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
Fri, 23 Aug 2013 20:35:50 +0200 added Theory.setup convenience;
Tue, 30 Jul 2013 15:09:25 +0200 type theory is purely value-oriented;
Thu, 30 May 2013 12:35:40 +0200 standardized aliases;
Wed, 10 Apr 2013 15:30:19 +0200 more standard module name Axclass (according to file name);
Wed, 10 Apr 2013 13:10:38 +0200 formal proof context for axclass proofs;
Tue, 08 Jan 2013 12:50:57 +0100 tuned;
Tue, 08 Jan 2013 12:39:39 +0100 tuned -- prefer high-level Table.merge with its slightly more conservative update;
Mon, 07 Jan 2013 22:21:56 +0100 more precise and complete transitive closure of proven_classrel, using existing Sorts.classes_of which is already closed;
Mon, 07 Jan 2013 11:59:37 +0100 tuned comment -- do not claim anything;
Sat, 20 Aug 2011 23:35:30 +0200 refined Graph implementation: more abstract/scalable Graph.Keys instead of plain lists -- order of adjacency is now standardized wrt. Key.ord;
Thu, 09 Jun 2011 20:22:22 +0200 tuned signature: Name.invent and Name.invent_names;
Mon, 18 Apr 2011 14:05:39 +0200 pass plain Proof.context for pretty printing;
Mon, 18 Apr 2011 11:13:29 +0200 simplified pretty printing context, which is only required for certain kernel operations;
Sun, 17 Apr 2011 19:54:04 +0200 report Name_Space.declare/define, relatively to context;
Sat, 16 Apr 2011 15:47:52 +0200 modernized structure Proof_Context;
Fri, 17 Dec 2010 17:08:56 +0100 renamed structure MetaSimplifier to raw_Simplifer, to emphasize its meaning;
Mon, 20 Sep 2010 16:05:25 +0200 renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
Sun, 05 Sep 2010 21:41:24 +0200 turned show_sorts/show_types into proper configuration options;
Sun, 05 Sep 2010 19:47:40 +0200 pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
Wed, 11 Aug 2010 17:59:33 +0200 tuned whitespace
Tue, 01 Jun 2010 17:25:00 +0200 avoid store flag in add_* operations
Tue, 01 Jun 2010 15:59:01 +0200 do not expose store flag of AxClass.add_*
Tue, 01 Jun 2010 11:04:49 +0200 classrel and arity theorems are now stored under proper name in theory. add_arity and
Sat, 15 May 2010 15:31:33 +0200 eliminated redundant runtime checks;
Sat, 15 May 2010 00:45:42 +0200 normalize atyp names after unconstrainT, which may rename atyps arbitrarily;
Thu, 13 May 2010 21:17:09 +0200 the_classrel/the_arity: avoid Thm.transfer for proofterm version -- theory might already have become stale within the proof_body future;
Sun, 09 May 2010 19:15:21 +0200 just one version of Thm.unconstrainT, which affects all variables;
Sat, 08 May 2010 15:24:59 +0200 back-patching of axclass proofs;
Mon, 03 May 2010 14:25:56 +0200 renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Wed, 28 Apr 2010 13:32:00 +0200 made SML/NJ happy;
Tue, 27 Apr 2010 21:53:55 +0200 removed obsolete sanity check -- Sign.certify_sort is stable;
Tue, 27 Apr 2010 19:44:04 +0200 tuned signature;
Tue, 27 Apr 2010 16:09:15 +0200 tuned classrel completion -- bypass composition with reflexive edges;
Tue, 27 Apr 2010 15:23:05 +0200 tuned diff_classrels -- avoid slightly inefficient Symreltab.keys;
Tue, 27 Apr 2010 15:03:19 +0200 tuned aritiy completion -- slightly less intermediate data structures;
Tue, 27 Apr 2010 14:41:27 +0200 clarified proven results: store thm only and retrieve proof later via Thm.proof_of (this may also impact parallelism, because internal join_proofs is deferred);
Tue, 27 Apr 2010 14:19:47 +0200 misc tuning and simplification;
Mon, 26 Apr 2010 14:44:41 +0200 removed unused AxClass.class_intros;
Sun, 25 Apr 2010 23:09:32 +0200 renamed Drule.unconstrainTs to Thm.unconstrain_allTs to accomdate the version by krauss/schropp;
Sun, 25 Apr 2010 22:50:47 +0200 more systematic treatment of data -- avoid slightly odd nested tuples here;
Sun, 25 Apr 2010 21:18:04 +0200 replaced Sorts.rep_algebra by slightly more abstract selectors classes_of/arities_of;
Sun, 25 Apr 2010 21:02:36 +0200 misc tuning and simplification;
Sun, 25 Apr 2010 19:44:47 +0200 simplified some private bindings;
Sun, 25 Apr 2010 19:09:37 +0200 classrel and arity completion by krauss/schropp;
Sun, 11 Apr 2010 14:30:34 +0200 Thm.add_axiom/add_def: return internal name of foundational axiom;
Thu, 25 Mar 2010 21:27:04 +0100 Sorts.of_sort_derivation: do not use slow Graph.irreducible_paths here, which not always needed (SUBTLE CHANGE IN SEMANTICS);
Thu, 25 Mar 2010 21:14:15 +0100 removed unused AxClass.of_sort derivation;
Mon, 22 Mar 2010 19:26:12 +0100 inlined version of old-style Drule.add_axioms -- Specification.axiom is not bootstrapped yet;
Mon, 22 Mar 2010 00:48:56 +0100 replaced PureThy.add_axioms by more basic Drule.add_axiom, which is old-style nonetheless;
Sun, 21 Mar 2010 22:13:31 +0100 Logic.mk_of_sort convenience;
Sat, 20 Mar 2010 17:33:11 +0100 renamed varify/unvarify operations to varify_global/unvarify_global to emphasize that these only work in a global situation;