src/Pure/Isar/specification.ML
Fri, 19 Dec 2008 16:39:23 +0100 ballarin All logics ported to new locales.
Fri, 05 Dec 2008 18:43:42 +0100 haftmann Name.name_of -> Binding.base_name
Thu, 04 Dec 2008 14:43:33 +0100 haftmann cleaned up binding module and related code
Mon, 01 Dec 2008 19:41:16 +0100 haftmann new Binding module
Mon, 24 Nov 2008 18:04:21 +0100 ballarin Enable switching to new locales during session.
Mon, 24 Nov 2008 14:23:04 +0100 ballarin More ramifications of removal of 'includes' element.
Thu, 20 Nov 2008 14:55:28 +0100 haftmann tuned name bindings
Thu, 20 Nov 2008 00:03:55 +0100 wenzelm removed traces of former 'includes' element;
Mon, 17 Nov 2008 17:00:22 +0100 haftmann adjusted locale signature to *_cmd convention
Fri, 14 Nov 2008 08:50:09 +0100 haftmann Name.is_nothing
Thu, 30 Oct 2008 10:57:45 +0100 ballarin Dropped context element 'includes'.
Tue, 28 Oct 2008 16:58:59 +0100 haftmann cleanup code default attribute
Fri, 26 Sep 2008 09:10:02 +0200 haftmann removed obsolete name convention "func"
Wed, 03 Sep 2008 17:47:38 +0200 wenzelm axiomatization is now global-only;
Tue, 02 Sep 2008 22:20:20 +0200 wenzelm ProofDisplay.print_results;
Tue, 02 Sep 2008 16:55:33 +0200 wenzelm type Attrib.binding abbreviates Name.binding without attributes;
Tue, 02 Sep 2008 14:10:30 +0200 wenzelm explicit type Name.binding for higher-specification elements;
Wed, 13 Aug 2008 20:57:33 +0200 wenzelm ProofDisplay.theory_results;
Wed, 09 Apr 2008 21:49:37 +0200 wenzelm print_consts only for external specifications;
Thu, 20 Mar 2008 00:20:49 +0100 wenzelm renamed former get_thms(_silent) to get_fact(_silent);
Wed, 19 Mar 2008 22:27:57 +0100 wenzelm renamed datatype thmref to Facts.ref, tuned interfaces;
Sat, 10 Nov 2007 14:31:21 +0100 wenzelm notation: improved ProofContext.read_const does the job;
Fri, 26 Oct 2007 22:10:43 +0200 wenzelm notation: associate syntax to checked-unchecked term;
Sat, 13 Oct 2007 17:16:39 +0200 wenzelm renamed LocalTheory.def to LocalTheory.define;
Fri, 12 Oct 2007 20:21:57 +0200 wenzelm more informative TheoryTarget.peek operation;
Thu, 11 Oct 2007 21:10:42 +0200 wenzelm removed unused/impure quiet_mode;
Wed, 10 Oct 2007 17:31:56 +0200 wenzelm generalized notation interface (add or del);
Tue, 09 Oct 2007 17:10:36 +0200 wenzelm Specification: renamed XXX_i to XXX, and XXX to XXX_cmd;
Thu, 04 Oct 2007 20:29:24 +0200 wenzelm replaced literal 'a by Name.aT;
Wed, 26 Sep 2007 22:21:02 +0200 wenzelm read/check_specification: free_dummy_patterns;
Wed, 26 Sep 2007 19:17:59 +0200 wenzelm read/check_specification: proper type inference across multiple sections, result is in closed form;
Sat, 22 Sep 2007 17:45:58 +0200 wenzelm ProofContext.mode_abbrev;
Tue, 18 Sep 2007 07:36:15 +0200 haftmann distinction between regular and default code theorems
Fri, 07 Sep 2007 22:13:49 +0200 wenzelm theorem: apply hook last;
Thu, 06 Sep 2007 12:30:11 +0200 wenzelm theorem hooks: apply in declaration order;
Tue, 28 Aug 2007 19:45:45 +0200 wenzelm TheoremHook: fixed copy-paste mistake;
Tue, 28 Aug 2007 18:03:16 +0200 berghofe - theorem(_i) now also takes "interactive" flag as argument
Fri, 10 Aug 2007 17:04:34 +0200 haftmann new structure for code generator modules
Thu, 10 May 2007 15:50:28 +0200 berghofe Changed name of raw definition.
Fri, 20 Apr 2007 11:21:42 +0200 haftmann Isar definitions are now added explicitly to code theorem table
Fri, 15 Dec 2006 00:08:15 +0100 wenzelm renamed LocalTheory.assert to affirm;
Tue, 12 Dec 2006 20:49:19 +0100 wenzelm LocalTheory.abbrev;
Sun, 10 Dec 2006 15:30:45 +0100 wenzelm LocalTheory.notation/abbrev;
Sat, 09 Dec 2006 18:05:49 +0100 wenzelm TermSyntax.abbrev;
Thu, 07 Dec 2006 21:08:50 +0100 wenzelm definition/abbreviation: single argument;
Thu, 07 Dec 2006 17:58:39 +0100 wenzelm TermSyntax.notation/abbrevs;
Tue, 05 Dec 2006 22:14:42 +0100 wenzelm Attrib.internal: morphism;
Thu, 30 Nov 2006 14:17:25 +0100 wenzelm Goal.norm/close_result;
Sun, 26 Nov 2006 18:07:29 +0100 wenzelm abbrevs: no result;
Tue, 21 Nov 2006 20:48:11 +0100 wenzelm theorem(_i): note assms of statement;
Tue, 21 Nov 2006 18:07:31 +0100 wenzelm LocalTheory.axioms/notes/defs: proper kind;
Tue, 14 Nov 2006 22:17:01 +0100 wenzelm replaced Variable.fix_frees by Variable.auto_fixes (depends on body mode);
Tue, 14 Nov 2006 15:29:52 +0100 wenzelm simplified Proof.theorem(_i) interface;
Thu, 09 Nov 2006 21:44:33 +0100 wenzelm abbrevs: return result;
Tue, 07 Nov 2006 21:30:03 +0100 wenzelm complex goal statements: misc cleanup;
Tue, 07 Nov 2006 19:39:52 +0100 wenzelm theorem statements: incorporate Obtain.statement, tuned;
Tue, 07 Nov 2006 11:46:48 +0100 wenzelm replaced const_syntax by notation, which operates on terms;
Sat, 14 Oct 2006 23:25:55 +0200 wenzelm added theorem(_i);
Mon, 09 Oct 2006 02:20:07 +0200 wenzelm added theorems(_i) -- with present_results;
Sat, 07 Oct 2006 01:31:18 +0200 wenzelm moved pretty_consts to proof_display.ML;
less more (0) -60 tip