src/Pure/sign.ML
Wed, 26 Jul 2006 00:44:49 +0200 wenzelm moved pprint functions to Isar/proof_display.ML;
Wed, 19 Jul 2006 12:11:57 +0200 wenzelm Sign.infer_types: Name.context;
Wed, 07 Jun 2006 02:01:28 +0200 wenzelm renamed Type.(un)varifyT to Logic.(un)varifyT;
Wed, 17 May 2006 22:34:49 +0200 wenzelm consts: replaced early'' flag by inverted authentic'';
Wed, 17 May 2006 01:23:46 +0200 wenzelm always preserve authentic consts -- removed Syntax.mixfix_const;
Tue, 16 May 2006 21:33:07 +0200 wenzelm added add_const_syntax, add_consts_authentic;
Tue, 16 May 2006 13:01:24 +0200 wenzelm more abstract interface to classes/arities;
Sun, 30 Apr 2006 22:50:07 +0200 wenzelm removed add_classes/classrel/arities (superceded by AxClass.axiomatize_class/classrel/arity);
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Tue, 25 Apr 2006 22:23:11 +0200 wenzelm added arity_number/sorts;
Thu, 13 Apr 2006 12:01:05 +0200 wenzelm added typ_equiv;
Tue, 11 Apr 2006 16:00:03 +0200 wenzelm added super_classes (from sorts.ML);
Mon, 10 Apr 2006 00:33:49 +0200 wenzelm Term.itselfT;
Sun, 09 Apr 2006 18:51:19 +0200 wenzelm abbrevs: mode does not affect name space;
Sat, 08 Apr 2006 22:51:20 +0200 wenzelm pretty_term': early vs. late externing (support authentic syntax);
Sat, 18 Mar 2006 20:10:48 +0100 wenzelm export arities_of instead of classes_arities_of;
Tue, 14 Mar 2006 16:29:35 +0100 wenzelm declared_const: check for type constraint only, i.e. admit abbreviations as well;
Sat, 11 Mar 2006 21:23:10 +0100 wenzelm got rid of type Sign.sg;
Sat, 11 Mar 2006 16:53:23 +0100 wenzelm added read_class, read/cert_classrel/arity (from axclass.ML);
Fri, 17 Feb 2006 20:03:14 +0100 wenzelm add_const_constraint(_i): demand TFrees instead of TVars, optional type (i.e. may delete constraints);
Wed, 15 Feb 2006 21:35:04 +0100 wenzelm replaced qualified_force_prefix to sticky_prefix;
Sat, 11 Feb 2006 17:17:48 +0100 wenzelm removed custom_accesses;
Fri, 10 Feb 2006 02:22:32 +0100 wenzelm tuned extern_term, pretty_term';
Tue, 07 Feb 2006 19:56:49 +0100 wenzelm export consts_of;
Mon, 06 Feb 2006 20:59:08 +0100 wenzelm added add_abbrevs(_i);
Mon, 06 Feb 2006 11:01:28 +0100 haftmann subsituted gen_duplicates / has_duplicates for duplicates whenever appropriate
Thu, 02 Feb 2006 12:52:16 +0100 wenzelm added specific map_typ/term (from term.ML);
Tue, 31 Jan 2006 00:39:40 +0100 wenzelm advanced translations: Context.generic;
Thu, 19 Jan 2006 21:22:19 +0100 wenzelm Syntax.basic_syn;
Sat, 14 Jan 2006 17:14:06 +0100 wenzelm sane ERROR handling;
Fri, 13 Jan 2006 01:13:05 +0100 wenzelm tuned;
Mon, 14 Nov 2005 14:37:48 +0100 wenzelm added const_instance;
Thu, 10 Nov 2005 20:57:16 +0100 wenzelm uncurried Consts.typargs;
Wed, 02 Nov 2005 14:46:58 +0100 wenzelm moved consts declarations to consts.ML;
Fri, 28 Oct 2005 22:28:00 +0200 wenzelm certify_term: tuned monomorphic consts;
Thu, 27 Oct 2005 13:54:43 +0200 wenzelm consts: monomorphic;
Tue, 20 Sep 2005 08:21:49 +0200 haftmann slight adaptions to library changes
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Thu, 15 Sep 2005 13:35:21 +0200 wenzelm extend: NameSpace.default_naming;
Tue, 13 Sep 2005 22:19:27 +0200 wenzelm added hide_names(_i) (from isar_thy.ML);
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Wed, 31 Aug 2005 15:46:43 +0200 wenzelm tuned classes_arities_of;
Mon, 29 Aug 2005 16:18:04 +0200 wenzelm use AList operations;
Thu, 18 Aug 2005 11:17:37 +0200 wenzelm added interfaces for compile translation functions (from Isar/isar_thy.ML);
Tue, 09 Aug 2005 11:00:44 +0200 haftmann added selectors 'classes_of' and 'classes_arities_of'
Tue, 09 Aug 2005 10:03:30 +0200 haftmann added 'the_const_constraint'
Mon, 01 Aug 2005 19:20:42 +0200 wenzelm Compress.typ;
Thu, 28 Jul 2005 15:19:58 +0200 wenzelm added add_const_constraint(_i), const_constraint;
Tue, 19 Jul 2005 20:47:01 +0200 wenzelm Inttab.defined;
Wed, 06 Jul 2005 20:00:31 +0200 wenzelm Context.check_thy;
Fri, 01 Jul 2005 14:41:59 +0200 wenzelm added all_sorts_nonempty;
Wed, 29 Jun 2005 15:13:27 +0200 wenzelm eliminated separate syn type -- advanced trfuns already part of Syntax.syntax;
Wed, 22 Jun 2005 19:41:22 +0200 wenzelm renamed init to init_data;
Mon, 20 Jun 2005 22:14:08 +0200 wenzelm added certify_prop, cert_term, cert_prop;
Fri, 17 Jun 2005 18:33:27 +0200 wenzelm obsolete type sg is now an alias for Context.theory;
Sat, 11 Jun 2005 22:15:53 +0200 wenzelm discontinued named name spaces (classK, typeK, constK);
Thu, 09 Jun 2005 16:56:42 +0200 wenzelm simplified is_stale, check_stale;
Thu, 09 Jun 2005 12:03:24 +0200 wenzelm Major cleanup:
Sun, 05 Jun 2005 23:07:26 +0200 wenzelm added the_const_type;
Thu, 02 Jun 2005 18:29:49 +0200 wenzelm replaced set_naming by restore_naming;
less more (0) -100 -60 tip