src/Pure/sign.ML
Sat, 01 Sep 2007 18:17:42 +0200 wenzelm read_def_terms: replaced full Syntax.check_typs by certify_typ, to workaround problems with illegal schematic type vars;
Thu, 30 Aug 2007 15:04:44 +0200 wenzelm infer_types: general check_typs instead of Type.cert_typ_mode;
Mon, 20 Aug 2007 23:41:37 +0200 wenzelm read_def_terms: moved disambig to syntax.ML;
Tue, 14 Aug 2007 23:22:55 +0200 wenzelm replaced certify_typ_syntax/abbrev by certify_typ_mode;
Tue, 14 Aug 2007 13:20:18 +0200 wenzelm PrimitiveDefs.dest_def;
Sun, 12 Aug 2007 18:53:05 +0200 wenzelm read_def_terms': restrict scope of disambiguation to individual term;
Fri, 03 Aug 2007 16:28:21 +0200 wenzelm certify: no check_thy here;
Tue, 24 Jul 2007 19:44:35 +0200 wenzelm moved exception capture/release to structure Exn;
Mon, 09 Jul 2007 11:44:20 +0200 wenzelm type output = string indicates raw system output;
Sat, 07 Jul 2007 00:14:56 +0200 wenzelm simplified pretty token metric: type int;
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Thu, 26 Apr 2007 14:24:14 +0200 wenzelm renamed some old names Theory.xxx to Sign.xxx;
Thu, 26 Apr 2007 12:00:05 +0200 wenzelm renamed some old names Theory.xxx to Sign.xxx;
Sat, 21 Apr 2007 11:07:45 +0200 wenzelm export get_sort (belongs to Syntax module);
Sun, 15 Apr 2007 23:25:50 +0200 wenzelm removed obsolete TypeInfer.logicT -- use dummyT;
Sun, 15 Apr 2007 14:31:54 +0200 wenzelm removed obsolete infer_types(_simult);
Sat, 14 Apr 2007 17:36:14 +0200 wenzelm read_typ_XXX: no sorts;
Fri, 19 Jan 2007 22:08:20 +0100 wenzelm moved ML translation interfaces to isar_cmd.ML;
Fri, 19 Jan 2007 13:09:33 +0100 wenzelm adapted ML context operations;
Fri, 29 Dec 2006 17:24:43 +0100 wenzelm replaced classes by all_classes (topologically sorted);
Tue, 12 Dec 2006 20:49:23 +0100 wenzelm add_abbrev: tuned signature;
Mon, 11 Dec 2006 21:39:26 +0100 wenzelm advanced translation functions: Proof.context;
Sun, 10 Dec 2006 15:30:39 +0100 wenzelm added no_frees;
Sat, 09 Dec 2006 18:05:41 +0100 wenzelm tuned Consts signature;
Thu, 07 Dec 2006 21:08:48 +0100 wenzelm simplified add_abbrev -- single argument;
Thu, 07 Dec 2006 17:58:46 +0100 wenzelm simplified add_abbrevs: no mixfix;
Wed, 06 Dec 2006 21:18:58 +0100 wenzelm add_abbrevs: moved common parts to consts.ML;
Tue, 05 Dec 2006 22:14:46 +0100 wenzelm add_notation: permissive about undeclared consts;
Thu, 09 Nov 2006 21:44:27 +0100 wenzelm abbrevs: return result;
Tue, 07 Nov 2006 11:46:48 +0100 wenzelm replaced const_syntax by notation, which operates on terms;
Sun, 05 Nov 2006 21:44:37 +0100 wenzelm added const_syntax_name;
Fri, 29 Sep 2006 22:47:01 +0200 wenzelm Syntax.mode;
Thu, 28 Sep 2006 23:42:56 +0200 wenzelm consts: syntax consts only for actual syntax;
Thu, 21 Sep 2006 19:04:20 +0200 wenzelm member (op =);
Fri, 15 Sep 2006 22:56:13 +0200 wenzelm renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);
Thu, 03 Aug 2006 17:30:38 +0200 wenzelm tuned;
Thu, 27 Jul 2006 13:43:08 +0200 wenzelm read_def_cterms (legacy version): Consts.certify;
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';
less more (0) -100 -60 tip