src/Pure/Isar/locale.ML
Tue, 09 Oct 2007 00:20:13 +0200 generic Syntax.pretty/string_of operations;
Mon, 01 Oct 2007 12:24:07 +0200 Theory/context data restructured; simplified interface for printing of interpretations.
Sat, 29 Sep 2007 08:58:56 +0200 exported intern_expr
Mon, 24 Sep 2007 21:07:38 +0200 eliminated ProofContext.read_termTs;
Tue, 18 Sep 2007 18:50:17 +0200 Morphisms applied in global interpretations behave correctly on types and terms.
Tue, 04 Sep 2007 14:32:29 +0200 Improved comment.
Sat, 28 Jul 2007 20:40:24 +0200 tuned signature;
Fri, 27 Jul 2007 20:11:49 +0200 Druke.dummy_thm;
Mon, 23 Jul 2007 13:47:48 +0200 interpretation: unfolding of equations;
Sun, 08 Jul 2007 19:51:58 +0200 replaced exception TableFun/GraphFun.DUPS by TableFun/GraphFun.DUP;
Thu, 05 Jul 2007 20:01:28 +0200 simplified ObjectLogic.atomize;
Tue, 19 Jun 2007 23:15:27 +0200 balanced conjunctions;
Sun, 03 Jun 2007 23:16:56 +0200 added gen_merge_lists/merge_lists/merge_alists (legacy operations from library.ML);
Thu, 31 May 2007 23:47:36 +0200 simplified/unified list fold;
Mon, 07 May 2007 00:49:59 +0200 simplified DataFun interfaces;
Thu, 26 Apr 2007 12:00:05 +0200 renamed some old names Theory.xxx to Sign.xxx;
Mon, 23 Apr 2007 20:44:11 +0200 read_instantiations: proper type-inference with fixed variables, infer parameter types as well;
Fri, 20 Apr 2007 16:54:57 +0200 Interpretation equations applied to attributes;
Sun, 15 Apr 2007 14:32:00 +0200 Thm.fold_terms;
Sat, 14 Apr 2007 17:36:05 +0200 Term.string_of_vname;
Fri, 13 Apr 2007 10:01:43 +0200 Experimental interpretation code for definitions.
Tue, 03 Apr 2007 19:24:19 +0200 avoid clash with Alice keywords;
Mon, 26 Mar 2007 14:53:06 +0200 exported interface for intro rules
Fri, 23 Feb 2007 08:39:24 +0100 locale: add_locale accepts explicit predicate name, interpretation supports non-mandatory prefixes
Mon, 19 Feb 2007 16:44:08 +0100 more precise error message in parameter unification
Sat, 10 Feb 2007 09:26:19 +0100 internal interfaces for interpretation and interpret
Sun, 04 Feb 2007 22:02:21 +0100 interpretation: attempt to be more serious about name_morphism;
Sat, 30 Dec 2006 16:08:00 +0100 removed conditional combinator;
Thu, 07 Dec 2006 23:16:55 +0100 reorganized structure Tactic vs. MetaSimplifier;
Thu, 07 Dec 2006 17:58:52 +0100 tuned print_locale output;
Wed, 06 Dec 2006 21:19:03 +0100 export: added explicit term operation;
Tue, 05 Dec 2006 22:14:50 +0100 encode declarations as notes (attributes), which enables proper inheritance, interpretation etc.;
Thu, 30 Nov 2006 14:17:25 +0100 Goal.norm/close_result;
Wed, 29 Nov 2006 23:33:09 +0100 *** bad commit -- reverted to previous version ***
Wed, 29 Nov 2006 23:28:11 +0100 simplified add_thmss;
Wed, 29 Nov 2006 04:11:15 +0100 simplified add_thmss;
Sun, 26 Nov 2006 18:07:25 +0100 Element.map_ctxt_attrib;
Fri, 24 Nov 2006 22:05:19 +0100 tuned morphisms;
Thu, 23 Nov 2006 20:33:39 +0100 uniform interface for type_syntax/term_syntax/declaration, dependent on morphism;
Thu, 23 Nov 2006 00:52:23 +0100 replaced Args.map_values/Element.map_ctxt_values by general morphism application;
Tue, 21 Nov 2006 18:07:38 +0100 notes: proper kind;
Wed, 15 Nov 2006 20:50:24 +0100 add_locale: re-init result context (avoids subtle modifications after introducing predicate views internally);
Tue, 14 Nov 2006 22:17:01 +0100 replaced Variable.fix_frees by Variable.auto_fixes (depends on body mode);
Tue, 14 Nov 2006 15:29:55 +0100 simplified Proof.theorem(_i) interface;
Thu, 09 Nov 2006 11:58:50 +0100 removed obsolete locale_results;
Tue, 07 Nov 2006 19:40:56 +0100 removed obsolete theorem statements (cf. specification.ML);
Tue, 07 Nov 2006 18:14:53 +0100 exported intro_locales_tac
Sat, 14 Oct 2006 23:25:54 +0200 export map_elem;
Thu, 12 Oct 2006 22:57:38 +0200 interpretation_in_locale: standalone goal setup;
Wed, 11 Oct 2006 00:31:38 +0200 add_locale(_i): return actual result context;
Tue, 10 Oct 2006 13:59:13 +0200 gen_rem(s) abandoned in favour of remove / subtract
Mon, 09 Oct 2006 02:20:04 +0200 removed obsolete note_thmss(_i);
Sat, 07 Oct 2006 01:30:58 +0200 tuned;
Thu, 21 Sep 2006 19:04:20 +0200 member (op =);
Fri, 15 Sep 2006 22:56:13 +0200 renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);
Wed, 09 Aug 2006 00:12:38 +0200 global goals/qeds: after_qed operates on Proof.context (potentially local_theory);
Thu, 03 Aug 2006 14:53:57 +0200 Updated comments.
Wed, 02 Aug 2006 22:27:01 +0200 removed obsolete Drule.frees/vars_of etc.;
Thu, 27 Jul 2006 23:28:28 +0200 renamed ProofContext.fix_frees to Variable.fix_frees;
Thu, 27 Jul 2006 13:43:01 +0200 moved basic assumption operations from structure ProofContext to Assumption;