src/Pure/Isar/proof_context.ML
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;
less more (0) -100 -60 tip