src/Pure/Isar/proof_context.ML
Sun, 29 Jan 2006 19:23:51 +0100 wenzelm invent_fixes: merely enter body temporarily;
Sat, 28 Jan 2006 17:29:02 +0100 wenzelm moved local defs to local_defs.ML;
Fri, 27 Jan 2006 19:03:15 +0100 wenzelm added invent_fixes;
Wed, 25 Jan 2006 00:21:43 +0100 wenzelm renamed export to export_standard (again!), because it includes Drule.local_standard';
Tue, 24 Jan 2006 00:43:33 +0100 wenzelm renamed inferred_type to inferred_param;
Sun, 22 Jan 2006 18:46:00 +0100 wenzelm added restore_body;
Sat, 21 Jan 2006 23:02:14 +0100 wenzelm simplified type attribute;
Thu, 19 Jan 2006 21:22:08 +0100 wenzelm setup: theory -> theory;
Mon, 16 Jan 2006 21:55:17 +0100 wenzelm case_result: drop_schematic, i.e. be permissive about illegal binds;
Sat, 14 Jan 2006 17:14:06 +0100 wenzelm sane ERROR handling;
Fri, 13 Jan 2006 01:13:16 +0100 wenzelm uniform handling of fixes: read/cert_vars, add_fixes(_i), body flag;
Sat, 07 Jan 2006 23:28:00 +0100 wenzelm added infer_type, declared_type;
Sat, 07 Jan 2006 12:26:35 +0100 wenzelm support nested cases;
Thu, 22 Dec 2005 00:29:08 +0100 wenzelm cases: main is_proper flag;
Sat, 17 Dec 2005 01:00:40 +0100 wenzelm sort_distinct;
Fri, 16 Dec 2005 09:00:11 +0100 haftmann re-arranged tuples (theory * 'a) to ('a * theory) in Pure
Thu, 08 Dec 2005 20:16:10 +0100 wenzelm removed Syntax.deskolem;
Fri, 02 Dec 2005 22:54:50 +0100 wenzelm removed fixed_tr: now handled in syntax module;
Wed, 30 Nov 2005 22:52:50 +0100 wenzelm match_bind(_i): return terms;
Fri, 25 Nov 2005 18:58:42 +0100 wenzelm revert_skolem: fall back on Syntax.deskolem;
Sat, 19 Nov 2005 14:21:08 +0100 wenzelm Goal.norm_hhf_protected;
Wed, 16 Nov 2005 17:45:33 +0100 wenzelm added revert_skolem, mk_def, add_def;
Thu, 10 Nov 2005 20:57:22 +0100 wenzelm moved find_free to term.ML;
Wed, 09 Nov 2005 16:26:53 +0100 wenzelm tvars_intr_list: natural argument order;
Tue, 08 Nov 2005 10:43:13 +0100 wenzelm removed export_plain;
Fri, 28 Oct 2005 22:32:55 +0200 wenzelm lthms_containing: not o valid_thms;
Fri, 28 Oct 2005 22:28:15 +0200 wenzelm added fact_tac, some_fact_tac;
Fri, 21 Oct 2005 18:14:57 +0200 wenzelm Goal.norm_hhf_rule;
Sat, 15 Oct 2005 00:08:09 +0200 wenzelm note_thmss, read/cert_vars etc.: natural argument order;
Tue, 04 Oct 2005 19:01:37 +0200 wenzelm minor tweaks for Poplog/ML;
Tue, 20 Sep 2005 08:21:49 +0200 haftmann slight adaptions to library changes
Sat, 17 Sep 2005 12:18:07 +0200 wenzelm added auto_fix (from proof.ML);
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Wed, 14 Sep 2005 22:04:35 +0200 wenzelm tuned;
Tue, 13 Sep 2005 22:19:45 +0200 wenzelm added add_view, export_view (supercedes adhoc view arguments);
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Mon, 29 Aug 2005 16:18:04 +0200 wenzelm use AList operations;
Tue, 16 Aug 2005 13:42:43 +0200 wenzelm added transfer;
Mon, 01 Aug 2005 19:20:46 +0200 wenzelm Thm.full_prop_of;
Thu, 28 Jul 2005 15:20:05 +0200 wenzelm Sign.typ_unify;
Tue, 19 Jul 2005 20:47:01 +0200 wenzelm Inttab.defined;
Fri, 15 Jul 2005 15:44:15 +0200 wenzelm tuned fold on terms;
Thu, 14 Jul 2005 19:28:34 +0200 wenzelm sys_error;
Wed, 13 Jul 2005 11:30:37 +0200 haftmann (fix for an accidental commit)
Wed, 13 Jul 2005 11:16:34 +0200 haftmann (intermediate commit)
Fri, 01 Jul 2005 22:35:41 +0200 wenzelm avoid polyeq;
Wed, 22 Jun 2005 19:41:28 +0200 wenzelm removed proof data (see Pure/context.ML);
Mon, 20 Jun 2005 22:14:15 +0200 wenzelm thmref: Name vs. NameSelection;
Fri, 17 Jun 2005 18:35:27 +0200 wenzelm accomodate change of TheoryDataFun;
Thu, 09 Jun 2005 12:03:35 +0200 wenzelm renamed extern to extern_thm;
Tue, 31 May 2005 11:53:38 +0200 wenzelm renamed cond_extern to extern;
Sun, 22 May 2005 16:51:19 +0200 wenzelm moved everything related to thms_containing to find_theorems.ML;
Tue, 17 May 2005 18:10:31 +0200 wenzelm tuned;
Tue, 17 May 2005 10:19:45 +0200 wenzelm moved credit to CONTRIBUTORS;
Tue, 17 May 2005 01:24:19 +0200 kleing use Drule.vars_of_terms
Mon, 16 May 2005 09:35:05 +0200 kleing searching for thms by combination of criteria (intro, elim, dest, name, term pattern)
Fri, 29 Apr 2005 11:42:46 +0200 kleing credits
Fri, 29 Apr 2005 11:22:41 +0200 kleing new thms_containing that searches for patterns instead of constants
Thu, 21 Apr 2005 22:02:06 +0200 wenzelm superceded by Pure.thy and CPure.thy;
Thu, 21 Apr 2005 19:13:03 +0200 berghofe Adapted to new interface of instantiation and unification / matching functions.
Sun, 17 Apr 2005 19:38:53 +0200 wenzelm binds/thms: do not store options, but delete from table;
Sat, 16 Apr 2005 18:57:39 +0200 wenzelm Syntax.mk_trfun;
Fri, 15 Apr 2005 12:00:00 +0200 ballarin Removed most of the atp interface from Pure.
Wed, 13 Apr 2005 18:51:28 +0200 wenzelm *** MESSAGE REFERS TO PREVIOUS VERSION ***
Wed, 13 Apr 2005 18:34:22 +0200 wenzelm *** empty log message ***
Mon, 11 Apr 2005 12:34:34 +0200 ballarin First release of interpretation commands.
Thu, 24 Mar 2005 17:03:37 +0100 ballarin Further work on interpretation commands. New command `interpret' for
Wed, 09 Mar 2005 18:44:52 +0100 ballarin First version of global registration command.
Fri, 04 Mar 2005 15:07:34 +0100 skalberg Removed practically all references to Library.foldr.
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Mon, 24 Jan 2005 17:56:18 +0100 berghofe Specific theorems in a named list of theorems can now be referred to
Fri, 21 Jan 2005 18:00:18 +0100 paulson Jia Meng: delta simpsets and clasets
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Sun, 20 Jun 2004 09:27:04 +0200 wenzelm avoid premature evaluation of syn_of (wastes time in conjunction with pp);
Wed, 09 Jun 2004 18:53:41 +0200 wenzelm Sign.is_logtype;
Sat, 05 Jun 2004 13:08:53 +0200 wenzelm pretty_thm/goals_aux, pretty_flexpair: pp;
Sat, 29 May 2004 15:03:59 +0200 wenzelm improved output; refer to Pretty.pp;
Fri, 21 May 2004 21:21:12 +0200 wenzelm xxx_typ_raw replace xxx_typ_no_norm forms;
Fri, 07 May 2004 20:34:05 +0200 wenzelm cleanup up read functions, include liberal versions;
Thu, 06 May 2004 14:17:07 +0200 wenzelm show_structs option;
Sat, 01 May 2004 22:10:37 +0200 wenzelm improved indexed syntax / implicit structures;
Fri, 23 Apr 2004 20:52:04 +0200 wenzelm index syntax: support for general expressions (input only);
Thu, 22 Apr 2004 10:52:32 +0200 wenzelm tuned;
Wed, 14 Apr 2004 13:28:46 +0200 wenzelm renamed have_thms to note_thms;
Fri, 02 Apr 2004 14:08:30 +0200 ballarin Experimental command for instantiation of locales in proof contexts:
Wed, 10 Dec 2003 14:29:44 +0100 ballarin Isar: where attribute supports instantiation of type variables.
Fri, 14 Nov 2003 14:35:55 +0100 ballarin Type inference bug in Isar attributes "where" and "of" fixed.
Fri, 29 Aug 2003 15:19:02 +0200 ballarin Methods rule_tac etc support static (Isar) contexts.
Mon, 07 Oct 2002 19:01:51 +0200 nipkow take/drop -> splitAt
Tue, 27 Aug 2002 17:25:44 +0200 wenzelm thms_containing: allow "_" in specification;
Tue, 06 Aug 2002 11:20:47 +0200 wenzelm fixed intern_skolem: disallow internal names (why didn't anybody notice?!?);
Mon, 29 Jul 2002 21:39:22 +0200 wenzelm tuned messages;
Sat, 27 Jul 2002 21:55:14 +0200 wenzelm make SML/NJ happy;
Fri, 26 Jul 2002 21:09:39 +0200 wenzelm support for split assumptions in cases (hyps vs. prems);
Wed, 24 Jul 2002 00:12:50 +0200 wenzelm tuned view;
Fri, 19 Jul 2002 18:44:07 +0200 wenzelm support locale ``views'' (for cumulative predicates);
Tue, 16 Jul 2002 18:42:07 +0200 wenzelm export_standard supercedes export_single;
Tue, 02 Jul 2002 17:44:13 +0200 wenzelm thms_containing: optional limit argument;
Tue, 02 Jul 2002 16:59:52 +0200 wenzelm tuned print_thms_containing;
Tue, 02 Jul 2002 15:44:04 +0200 wenzelm print_thms_containing: index variables, refer to local facts as well;
Wed, 30 Jan 2002 14:00:25 +0100 wenzelm prep_mixfix': proper use of Syntax.literal;
Tue, 22 Jan 2002 21:19:15 +0100 wenzelm qualified_result replaces qualified;
Thu, 17 Jan 2002 21:04:36 +0100 wenzelm Tactic.norm_hhf renamed to Tactic.norm_hhf_rule;
Tue, 15 Jan 2002 21:09:01 +0100 wenzelm removed second copy of show_hyps;
Fri, 11 Jan 2002 00:29:54 +0100 wenzelm have_thmss vs. have_thmss_i;
Thu, 10 Jan 2002 16:09:26 +0100 wenzelm export_single;
Fri, 21 Dec 2001 00:40:52 +0100 wenzelm added add_fixes: derives mssing type scheme from mixfix;
Wed, 19 Dec 2001 00:30:13 +0100 wenzelm generalize type variables properly: start with occurrences in objects
Tue, 18 Dec 2001 02:20:02 +0100 wenzelm tuned Type.unify;
Fri, 14 Dec 2001 11:57:03 +0100 wenzelm export used_types;
Thu, 06 Dec 2001 22:38:50 +0100 wenzelm added default_type;
Wed, 28 Nov 2001 00:43:50 +0100 wenzelm name space for local thms (export cond_extern, qualified);
Sat, 24 Nov 2001 17:00:35 +0100 wenzelm type variables: clarified "used" vs. "occ";
Thu, 15 Nov 2001 18:36:24 +0100 wenzelm fix_frees: rev;
Sun, 11 Nov 2001 21:37:20 +0100 wenzelm adapted auto_bind_goal, auto_bind_facts;
Fri, 09 Nov 2001 22:52:38 +0100 wenzelm syntactic declaration of external *and* internal versions of fixes;
Fri, 09 Nov 2001 00:19:20 +0100 wenzelm theory data: finish method;
Thu, 08 Nov 2001 00:26:41 +0100 wenzelm proper syntax for structs;
Wed, 07 Nov 2001 18:18:19 +0100 wenzelm syntax for structures;
less more (0) -120 tip