src/Pure/Isar/isar_syn.ML
Wed, 28 Apr 2010 12:07:52 +0200 wenzelm renamed command 'defaultsort' to 'default_sort';
Wed, 28 Apr 2010 11:41:27 +0200 wenzelm localized default sort;
Wed, 28 Apr 2010 11:09:19 +0200 wenzelm modernized/simplified Sign.set_defsort;
Mon, 26 Apr 2010 21:45:08 +0200 wenzelm command 'example_proof' opens an empty proof body;
Sun, 25 Apr 2010 15:52:03 +0200 wenzelm modernized naming conventions of main Isar proof elements;
Fri, 23 Apr 2010 22:48:07 +0200 wenzelm explicit 'schematic_theorem' etc. for schematic theorem statements;
Fri, 16 Apr 2010 22:18:59 +0200 wenzelm keep localized 'types' as regular non-old-style version -- 'type_abbrev' as 'type' just causes too many problems, e.g. clash with "type" in translations or "type:" argument syntax;
Fri, 16 Apr 2010 21:28:09 +0200 wenzelm replaced generic 'hide' command by more conventional 'hide_class', 'hide_type', 'hide_const', 'hide_fact' -- frees some popular keywords;
Fri, 16 Apr 2010 20:17:38 +0200 wenzelm modernized old-style type abbreviations;
Fri, 16 Apr 2010 19:43:06 +0200 wenzelm local type abbreviations;
Sun, 11 Apr 2010 16:51:07 +0200 haftmann user interface for abstract datatypes is an attribute, not a command
Sun, 21 Mar 2010 19:28:25 +0100 wenzelm minor renovation of old-style 'axioms' -- make it an alias of iterated 'axiomatization';
Thu, 18 Mar 2010 22:59:44 +0100 wenzelm typedecl: no sort constraints;
Tue, 09 Mar 2010 23:32:13 +0100 wenzelm localized typedecl;
Sun, 07 Mar 2010 12:47:02 +0100 wenzelm separate structure Typedecl;
Sun, 07 Mar 2010 12:19:47 +0100 wenzelm modernized structure Object_Logic;
Mon, 01 Mar 2010 17:09:42 +0100 wenzelm added type_notation command;
Wed, 24 Feb 2010 20:37:01 +0100 wenzelm allow general mixfix syntax for type constructors;
Tue, 23 Feb 2010 10:11:12 +0100 haftmann dropped axclass
Fri, 19 Feb 2010 11:06:20 +0100 haftmann added code_abstype keyword
Thu, 18 Feb 2010 23:41:01 +0100 wenzelm removed unused Theory_Target.begin;
Fri, 13 Nov 2009 21:11:15 +0100 wenzelm modernized structure Local_Theory;
Tue, 10 Nov 2009 16:04:57 +0100 wenzelm modernized structure Theory_Target;
Sun, 08 Nov 2009 14:38:36 +0100 wenzelm print_theorems: suppress concealed (global) facts, unless "!" option is given;
Thu, 05 Nov 2009 22:06:46 +0100 wenzelm allow "pervasive" local theory declarations, which are applied the background theory;
Mon, 02 Nov 2009 21:03:41 +0100 wenzelm modernized structure Proof_Node;
Wed, 28 Oct 2009 22:00:35 +0100 wenzelm provide SpecParse.constdecl/constdef, e.g. for quotient_definition;
Thu, 01 Oct 2009 07:40:25 +0200 ballarin Merged.
Tue, 29 Sep 2009 22:15:54 +0200 ballarin Propagation of mixins for interpretation; reactivated diagnostic command print_interps.
Tue, 01 Sep 2009 14:45:06 +0200 wenzelm modernized Thy_Header;
Mon, 29 Jun 2009 16:17:57 +0200 haftmann mutual instances
Mon, 01 Jun 2009 15:26:00 +0200 wenzelm ML_Env;
Tue, 12 May 2009 19:30:33 +0200 haftmann transferred code generator preprocessor into separate module
Thu, 26 Mar 2009 19:00:29 +0100 wenzelm interpretation/interpret: prefixes within locale expression are mandatory by default;
Tue, 24 Mar 2009 15:43:37 +0100 wenzelm tuned;
Thu, 19 Mar 2009 11:47:05 +0100 wenzelm command 'use', 'ML': apply ML environment to theory and target as well;
Wed, 18 Mar 2009 22:41:15 +0100 wenzelm generalized ML_Context.inherit_env;
Mon, 16 Mar 2009 17:46:49 +0100 wenzelm adapted 'method_setup' command to Method.setup;
Sun, 15 Mar 2009 15:59:43 +0100 wenzelm added 'attribute_setup' command;
Thu, 12 Mar 2009 21:44:01 +0100 wenzelm old name_spec for 'axioms' and 'defs' (from spec_parse.ML);
Wed, 11 Mar 2009 23:59:34 +0100 wenzelm added 'local_setup' command;
Sat, 07 Mar 2009 22:16:50 +0100 wenzelm more uniform handling of binding in targets and derived elements;
Sat, 07 Mar 2009 11:31:41 +0100 wenzelm oracle: proper name position, tuned;
Wed, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Sun, 01 Mar 2009 16:48:06 +0100 wenzelm discontinued experimental support for Alice -- too hard to maintain its many language incompatibilities, never really worked anyway;
Sat, 28 Feb 2009 18:00:20 +0100 wenzelm moved isabelle_process.ML, isabelle_process.scala, isar.ML, session.ML to Pure/System/ (together with associated Isar commands);
Fri, 27 Feb 2009 15:46:22 +0100 wenzelm moved find_theorems.ML and find_consts.ML to Pure/Tools, collecting main implementation in one place each;
Fri, 13 Feb 2009 07:53:38 +1100 kleing New command find_consts searching for constants by type (by Timothy Bourke).
Wed, 11 Feb 2009 14:48:14 +1100 kleing FindTheorems: add solves feature; tidy up const name subsettin; patch by Timothy Bourke
Wed, 21 Jan 2009 23:40:23 +0100 haftmann allow empty class specs
Wed, 21 Jan 2009 16:47:03 +0100 haftmann wrecked old locale package and related modules
Wed, 07 Jan 2009 22:31:34 +0100 haftmann changed locale predicate name convention
Wed, 07 Jan 2009 08:03:25 +0100 haftmann proper local_theory after Class.class
Tue, 06 Jan 2009 08:50:12 +0100 haftmann merged
Mon, 05 Jan 2009 15:55:04 +0100 haftmann locale -> old_locale, new_locale -> locale
Mon, 05 Jan 2009 15:36:24 +0100 haftmann rearranged target theories
Mon, 05 Jan 2009 00:13:11 +0100 wenzelm Isar.init;
Fri, 02 Jan 2009 15:44:32 +0100 wenzelm added props_text (from outer_parse.ML);
Fri, 12 Dec 2008 14:23:49 +0100 ballarin Merged; updated interpretation command in isar_syn.ML.
less more (0) -300 -100 -60 tip