src/Pure/Isar/isar_syn.ML
Tue, 28 Aug 2007 18:01:37 +0200 berghofe Specification.theorem now also takes "interactive" flag as argument.
Fri, 24 Aug 2007 14:14:20 +0200 haftmann overloaded definitions accompanied by explicit constants
Fri, 17 Aug 2007 23:10:46 +0200 wenzelm removed obsolete touch_all_thys;
Fri, 10 Aug 2007 17:04:34 +0200 haftmann new structure for code generator modules
Tue, 07 Aug 2007 20:19:50 +0200 wenzelm theory loader: removed obsolete update_thy (coincides with use_thy);
Wed, 01 Aug 2007 16:55:43 +0200 wenzelm renamed 'print_options' to 'print_configs';
Wed, 25 Jul 2007 22:20:51 +0200 wenzelm added command 'print_options';
Thu, 19 Jul 2007 23:18:51 +0200 wenzelm removed obsolete use/update_thy_only;
Thu, 12 Jul 2007 00:15:30 +0200 wenzelm command 'declare': proper thy_decl;
Tue, 08 May 2007 15:01:31 +0200 wenzelm tuned;
Thu, 26 Apr 2007 12:00:05 +0200 wenzelm renamed some old names Theory.xxx to Sign.xxx;
Fri, 20 Apr 2007 11:21:42 +0200 haftmann Isar definitions are now added explicitly to code theorem table
Tue, 03 Apr 2007 19:24:19 +0200 wenzelm avoid clash with Alice keywords;
Tue, 20 Mar 2007 15:52:42 +0100 haftmann added theory dependency graph
Tue, 06 Mar 2007 08:09:43 +0100 kleing fix wrong default for find_theorems
Tue, 06 Mar 2007 05:31:23 +0100 kleing find_theorems: moved with_dup into the brackets, i.e.
Fri, 02 Mar 2007 15:43:16 +0100 haftmann syntax for "class attach const"
Fri, 23 Feb 2007 08:39:24 +0100 haftmann locale: add_locale accepts explicit predicate name, interpretation supports non-mandatory prefixes
Tue, 20 Feb 2007 00:14:33 +0100 kleing Remove duplicates from printed theorems in find_theorems
Fri, 16 Feb 2007 22:13:15 +0100 wenzelm unified arity parser/arguments;
Wed, 14 Feb 2007 10:06:17 +0100 haftmann class package now using Locale.interpretation_i
Sat, 10 Feb 2007 09:26:18 +0100 haftmann moved commands of class package here
Sun, 04 Feb 2007 22:02:19 +0100 wenzelm tuned oracle interface;
Sun, 28 Jan 2007 23:29:16 +0100 wenzelm added simproc_setup;
Fri, 19 Jan 2007 22:08:26 +0100 wenzelm renamed IsarOutput to ThyOutput;
Fri, 19 Jan 2007 13:09:36 +0100 wenzelm added 'declaration' command;
Sat, 30 Dec 2006 12:33:26 +0100 wenzelm removed obsolete 'clear_undos';
Fri, 29 Dec 2006 20:34:17 +0100 haftmann changed syntax for axclass attach
Thu, 14 Dec 2006 15:31:20 +0100 wenzelm locale: print context for begin;
Tue, 12 Dec 2006 20:49:27 +0100 wenzelm classified show/thus as prf_asm_goal, which is usually hilited in PG;
Sat, 09 Dec 2006 18:05:46 +0100 wenzelm added 'print_abbrevs';
Fri, 08 Dec 2006 23:25:53 +0100 wenzelm added 'help' command (same of 'print_commands');
Thu, 07 Dec 2006 21:08:50 +0100 wenzelm definition/abbreviation: single argument;
Thu, 30 Nov 2006 14:17:22 +0100 wenzelm simplified syntax for 'definition', 'abbreviation';
Sun, 26 Nov 2006 18:07:21 +0100 wenzelm abbrevs: no result;
Wed, 22 Nov 2006 10:21:17 +0100 haftmann added Isar syntax for adding parameters to axclasses
Tue, 21 Nov 2006 18:07:33 +0100 wenzelm moved theorem kinds from PureThy to Thm;
Fri, 17 Nov 2006 02:19:55 +0100 wenzelm 'notation': more robust 'and' list;
Tue, 14 Nov 2006 00:15:38 +0100 wenzelm incorporated IsarThy into IsarCmd;
Sat, 11 Nov 2006 16:11:43 +0100 wenzelm turned 'context' into plain thy_decl, discontinued thy_switch;
Thu, 09 Nov 2006 21:44:27 +0100 wenzelm abbrevs: return result;
Tue, 07 Nov 2006 19:39:48 +0100 wenzelm removed obsolete Locale.smart_theorem;
Tue, 07 Nov 2006 11:47:57 +0100 wenzelm renamed 'const_syntax' to 'notation';
Sat, 14 Oct 2006 23:25:51 +0200 wenzelm theorem: added local_theory version;
Thu, 12 Oct 2006 22:57:35 +0200 wenzelm tuned;
Wed, 11 Oct 2006 22:55:16 +0200 wenzelm 'context': demand 'begin', support local theory;
Wed, 11 Oct 2006 00:27:31 +0200 wenzelm 'end': handle local theory;
Mon, 09 Oct 2006 02:20:01 +0200 wenzelm lemmas/theorems/declare: Specification.theorems;
Sat, 30 Sep 2006 21:39:29 +0200 wenzelm added undo_end;
Tue, 19 Sep 2006 23:15:26 +0200 wenzelm 'print_theory': bang option for full verbosity;
Mon, 18 Sep 2006 19:12:46 +0200 wenzelm added class_deps;
Wed, 09 Aug 2006 00:12:37 +0200 wenzelm locale interpretation command: after_qed;
Wed, 02 Aug 2006 22:26:59 +0200 wenzelm simplified Proof.end_block;
Sun, 11 Jun 2006 21:59:24 +0200 wenzelm fixes: include mixfix syntax;
Wed, 07 Jun 2006 02:01:32 +0200 wenzelm added 'if' and 'for' keywords;
Tue, 16 May 2006 21:33:09 +0200 wenzelm added 'const_syntax';
Sat, 13 May 2006 02:51:43 +0200 wenzelm 'defs': unchecked flag;
Sun, 30 Apr 2006 22:50:10 +0200 wenzelm AxClass.define_class;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Thu, 13 Apr 2006 12:01:09 +0200 wenzelm axclass: old-style concrete syntax for canonical specification format;
less more (0) -100 -60 tip