src/HOL/Tools/res_axioms.ML
Sat, 21 Nov 2009 15:49:29 +0100 wenzelm explicitly mark some legacy freeze operations;
Sun, 08 Nov 2009 18:43:42 +0100 wenzelm adapted Theory_Data;
Thu, 29 Oct 2009 23:56:33 +0100 wenzelm eliminated some old folds;
Thu, 29 Oct 2009 16:59:12 +0100 wenzelm modernized some structure names;
Thu, 29 Oct 2009 16:08:45 +0100 wenzelm proper header;
Thu, 29 Oct 2009 14:57:55 +0100 wenzelm replaced slightly odd Thm.is_internal by Facts.is_concealed -- as provided by the name space;
Tue, 27 Oct 2009 13:15:20 +0100 wenzelm critical comments;
Sun, 25 Oct 2009 21:35:46 +0100 wenzelm eliminated obsolete tags for types/consts -- now handled via name space, in strongly typed fashion;
Sun, 25 Oct 2009 13:18:35 +0100 wenzelm conceal consts via name space, not tags;
Wed, 21 Oct 2009 12:08:52 +0200 haftmann merged
Wed, 21 Oct 2009 12:02:56 +0200 haftmann curried union as canonical list operation
Wed, 21 Oct 2009 10:15:31 +0200 haftmann removed old-style \ and \\ infixes
Wed, 21 Oct 2009 08:16:25 +0200 haftmann merged
Wed, 21 Oct 2009 08:14:38 +0200 haftmann dropped redundant gen_ prefix
Tue, 20 Oct 2009 19:52:04 +0200 wenzelm modernized session Metis_Examples;
Tue, 20 Oct 2009 15:02:48 +0100 paulson Removal of the unused atpset concept, the atp attribute and some related code.
Sun, 18 Oct 2009 20:53:40 +0200 wenzelm removed some unreferenced material;
Fri, 16 Oct 2009 10:45:10 +0200 wenzelm local channels for tracing/debugging;
Tue, 29 Sep 2009 16:24:36 +0200 wenzelm explicit indication of Unsynchronized.ref;
Thu, 30 Jul 2009 12:20:43 +0200 wenzelm qualified Subgoal.FOCUS;
Wed, 29 Jul 2009 19:35:10 +0200 wenzelm Meson.first_order_resolve: avoid handle _;
Tue, 28 Jul 2009 18:17:35 +0200 wenzelm neg_conjecture_clauses, neg_clausify_tac: proper context, eliminated METAHYPS;
Mon, 27 Jul 2009 20:45:40 +0200 wenzelm moved METAHYPS to old_goals.ML (cf. SUBPROOF and FOCUS in subgoal.ML for properly localized versions of the same idea);
Tue, 21 Jul 2009 01:03:18 +0200 wenzelm proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
Wed, 15 Jul 2009 23:48:21 +0200 wenzelm more antiquotations;
Wed, 24 Jun 2009 21:28:02 +0200 wenzelm renamed Variable.import_thms to Variable.import (back again cf. ed7aa5a350ef -- Alice is no longer supported);
Thu, 04 Jun 2009 15:28:58 +0200 haftmann dropped legacy ML bindings; tuned
Thu, 26 Mar 2009 14:14:02 +0100 wenzelm simplified attribute and method setup: eliminating bottom-up styles makes it easier to keep things in one place, and also SML/NJ happy;
Sun, 15 Mar 2009 15:59:44 +0100 wenzelm simplified attribute setup;
Fri, 13 Mar 2009 23:50:05 +0100 wenzelm simplified method setup;
Fri, 13 Mar 2009 19:58:26 +0100 wenzelm unified type Proof.method and pervasive METHOD combinators;
Sun, 08 Mar 2009 17:26:14 +0100 wenzelm moved basic algebra of long names from structure NameSpace to Long_Name;
Thu, 05 Mar 2009 21:06:59 +0100 wenzelm removed obsolete claset_rules_of, simpset_rules_of -- as proposed in the text;
Thu, 05 Mar 2009 12:08:00 +0100 wenzelm renamed NameSpace.base to NameSpace.base_name;
Sun, 01 Mar 2009 23:36:12 +0100 wenzelm use long names for old-style fold combinators;
Wed, 21 Jan 2009 16:47:04 +0100 haftmann binding replaces bstring
Tue, 06 Jan 2009 14:43:35 +0100 wenzelm renamed structure ParList to Par_List;
Wed, 31 Dec 2008 18:53:16 +0100 wenzelm moved old add_type_XXX, add_term_XXX etc. to structure OldTerm;
Wed, 31 Dec 2008 00:08:13 +0100 wenzelm moved old add_term_vars, add_term_frees etc. to structure OldTerm;
Wed, 10 Dec 2008 22:55:15 +0100 wenzelm more antiquotations;
Thu, 04 Dec 2008 14:43:33 +0100 haftmann cleaned up binding module and related code
Thu, 23 Oct 2008 15:28:01 +0200 wenzelm renamed Thm.get_axiom_i to Thm.axiom;
Thu, 09 Oct 2008 20:53:11 +0200 wenzelm improved performance of skolem cache, due to parallel map;
Wed, 17 Sep 2008 21:27:08 +0200 wenzelm back to dynamic the_context(), because static @{theory} is invalidated if ML environment changes within the same code block;
Wed, 03 Sep 2008 17:47:30 +0200 wenzelm Sign.declare_const: Name.binding;
Thu, 14 Aug 2008 16:52:46 +0200 wenzelm moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
Sat, 09 Aug 2008 22:43:46 +0200 wenzelm unified Args.T with OuterLex.token, renamed some operations;
Mon, 23 Jun 2008 23:45:39 +0200 wenzelm Logic.all/mk_equals/mk_implies;
Fri, 13 Jun 2008 21:04:12 +0200 wenzelm skolem_fact/thm: uniform numbering, even for singleton list;
Thu, 12 Jun 2008 23:12:54 +0200 wenzelm use regular error function;
Thu, 12 Jun 2008 22:29:51 +0200 wenzelm export just one setup function;
Thu, 12 Jun 2008 18:54:31 +0200 wenzelm ResAxioms.cnf_axiom/cnf_rules_pairs: pass explicit theory context;
Thu, 12 Jun 2008 16:41:54 +0200 wenzelm declare_skofuns/skolem: canonical argument order;
Sun, 18 May 2008 15:04:09 +0200 wenzelm moved global pretty/string_of functions from Sign to Syntax;
Sat, 17 May 2008 13:54:30 +0200 wenzelm structure Display: less pervasive operations;
Tue, 15 Apr 2008 16:12:05 +0200 wenzelm Thm.forall_elim_var(s);
Sat, 12 Apr 2008 17:00:38 +0200 wenzelm rep_cterm/rep_thm: no longer dereference theory_ref;
Thu, 10 Apr 2008 17:01:37 +0200 wenzelm tuned;
Mon, 07 Apr 2008 15:37:27 +0200 paulson * Metis: the maximum number of clauses that can be produced from a theorem is now given by the attribute max_clauses. Theorems that exceed this number are ignored, with a warning printed.
Wed, 02 Jan 2008 12:22:38 +0100 paulson testing for empty sort
less more (0) -100 -60 tip