src/HOL/Tools/Quotient/quotient_info.ML
Thu, 15 Mar 2012 20:07:00 +0100 prefer formally checked @{keyword} parser;
Fri, 09 Dec 2011 18:07:04 +0100 Quotient_Info stores only relation maps
Thu, 17 Nov 2011 14:35:32 +0100 adding database of abs and rep terms to the quotient package; registering abs and rep terms in quotient_type and using them in quotient_definition
Sat, 05 Nov 2011 12:01:21 +0000 more use of global operations (see 98ec8b51af9c)
Fri, 04 Nov 2011 17:19:33 +0100 prefer global Quotient_Info lookup to accomodate Quotient_Term, which is not quite localized yet (cf. 9fd6fce8a230);
Fri, 28 Oct 2011 23:41:16 +0200 tuned Named_Thms: proper binding;
Thu, 27 Oct 2011 21:52:57 +0200 more standard attribute setup;
Thu, 27 Oct 2011 21:02:10 +0200 localized quotient data;
Thu, 27 Oct 2011 20:26:38 +0200 simplified/standardized signatures;
Thu, 27 Oct 2011 19:41:08 +0200 tuned signature;
Thu, 27 Oct 2011 13:52:31 +0200 respecting isabelle's programming style in the quotient package by simplifying qconsts_lookup function for data access; removing odd NotFound exception
Thu, 27 Oct 2011 13:50:55 +0200 respecting isabelle's programming style in the quotient package by simplifying map_lookup function for data access
Thu, 27 Oct 2011 13:50:54 +0200 respecting isabelle's programming style in the quotient package by simplifying quotdata_lookup function for data access
Sat, 16 Apr 2011 16:15:37 +0200 modernized structure Proof_Context;
Sat, 08 Jan 2011 17:14:48 +0100 misc tuning and comments based on review of Theory_Data, Proof_Data, Generic_Data usage;
Fri, 07 Jan 2011 21:51:28 +0100 more standard package setup;
Fri, 07 Jan 2011 21:26:49 +0100 do not open ML structures;
Fri, 07 Jan 2011 15:55:27 +0100 tuned;
Fri, 07 Jan 2011 15:35:00 +0100 more precise parentheses and indentation;
Fri, 07 Jan 2011 14:58:15 +0100 comments;
Thu, 28 Oct 2010 22:11:06 +0200 handle Type.TYPE_MATCH, not arbitrary exceptions via MATCH_TYPE variable;
Thu, 26 Aug 2010 21:04:22 +0200 more uniform descriptions, which end up in the collective output of 'print_attributes' for example;
Thu, 26 Aug 2010 16:34:10 +0200 simplification/standardization of some theory data;
Thu, 26 Aug 2010 13:09:12 +0200 renamed ProofContext.theory(_result) to ProofContext.background_theory(_result) to emphasize that this belongs to the infrastructure and is rarely appropriate in user-space tools;
Fri, 23 Jul 2010 18:42:35 +0200 observe standard conventions for doc-strings;
Thu, 08 Jul 2010 16:19:24 +0200 tuned titles
Mon, 17 May 2010 23:54:15 +0200 prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
Sun, 14 Mar 2010 14:31:24 +0100 observe standard header format;
Tue, 23 Feb 2010 14:11:46 +0100 export prs_rules and rsp_rules attributes
Mon, 22 Feb 2010 10:28:00 +0100 rename print_maps to print_quotmaps
Fri, 19 Feb 2010 22:06:52 +0100 made SML/NJ happy;
Fri, 19 Feb 2010 13:54:19 +0100 Initial version of HOL quotient package.