src/Pure/Isar/proof_context.ML
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;
Tue, 06 Nov 2001 23:56:14 +0100 wenzelm cert_def: proper check of args, improved msgs;
Tue, 06 Nov 2001 19:29:06 +0100 wenzelm local syntax: add_syntax, proper read/pretty functions;
Tue, 06 Nov 2001 01:21:10 +0100 wenzelm tuned;
Mon, 05 Nov 2001 21:01:59 +0100 wenzelm added pretty/print functions with context;
Sun, 04 Nov 2001 21:00:06 +0100 wenzelm added get_thms_with_closure;
Thu, 01 Nov 2001 21:11:52 +0100 wenzelm fix_frees;
less more (0) -100 -60 tip