src/Pure/sign.ML
Fri, 27 Feb 2009 16:38:52 +0100 wenzelm eliminated NJ's List.nth;
Wed, 21 Jan 2009 23:21:44 +0100 wenzelm removed Ids;
Wed, 21 Jan 2009 16:47:32 +0100 haftmann binding is alias for Binding.T
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
Thu, 20 Nov 2008 19:06:02 +0100 haftmann dropped legacy naming code
Thu, 20 Nov 2008 14:55:25 +0100 haftmann using name bindings
Fri, 14 Nov 2008 08:50:10 +0100 haftmann namify and name_decl combinators
Wed, 03 Sep 2008 17:47:34 +0200 wenzelm declare_const: Name.binding, store/report position;
Wed, 27 Aug 2008 11:48:54 +0200 wenzelm type Properties.T;
Fri, 20 Jun 2008 21:00:26 +0200 haftmann type constructors now with markup
Thu, 19 Jun 2008 22:05:01 +0200 wenzelm moved get_sort to Isar/proof_context.ML;
Wed, 18 Jun 2008 18:55:05 +0200 wenzelm removed obsolete term reading operations (cf. old_goals.ML for legacy emulations);
Sat, 14 Jun 2008 17:26:14 +0200 wenzelm certify_term: reject qualified frees;
Fri, 13 Jun 2008 21:04:42 +0200 wenzelm map_const: soft version, no failure here;
Fri, 23 May 2008 21:20:26 +0200 wenzelm add constants: set Markup.theory_nameN in tags;
Sun, 18 May 2008 15:04:09 +0200 wenzelm moved global pretty/string_of functions from Sign to Syntax;
Sat, 17 May 2008 14:27:01 +0200 wenzelm added pretty_global flag;
Thu, 17 Apr 2008 16:30:47 +0200 wenzelm token translations: context dependent, result Pretty.T;
Tue, 15 Apr 2008 18:49:22 +0200 wenzelm removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
Sun, 13 Apr 2008 16:40:02 +0200 wenzelm tsig: removed unnecessary universal witness;
Sat, 12 Apr 2008 17:00:45 +0200 wenzelm rep_cterm/rep_thm: no longer dereference theory_ref;
Fri, 14 Mar 2008 08:52:53 +0100 haftmann added mk_const functions
Tue, 27 Nov 2007 16:48:38 +0100 wenzelm standard_parse_term: check ambiguous results without changing the result yet;
Fri, 23 Nov 2007 21:09:30 +0100 haftmann separated typedecl module, providing typedecl command with interpretation
Sun, 11 Nov 2007 14:00:09 +0100 wenzelm syntax operations: turned extend'' into update'' (absorb duplicates);
Sat, 10 Nov 2007 23:03:56 +0100 wenzelm notation: based on Syntax.update_const_gram (avoids duplicates);
Fri, 09 Nov 2007 19:37:35 +0100 wenzelm tyabbr/syntax/consts: replaced obsolete read_typ by Syntax.parse_typ/certify_typ;
Thu, 08 Nov 2007 20:08:02 +0100 wenzelm removed unused read_def_terms';
Wed, 07 Nov 2007 16:42:55 +0100 wenzelm removed obsolete Sign.read_tyname/const (cf. ProofContext);
Sat, 20 Oct 2007 18:54:30 +0200 wenzelm no_variables: tuned error msg;
Wed, 17 Oct 2007 23:16:30 +0200 wenzelm removed unused set_policy;
Tue, 16 Oct 2007 17:06:11 +0200 wenzelm add_abbrev: removed Logic.legacy_varifyT, do not unvarify result (again);
Mon, 15 Oct 2007 21:08:36 +0200 wenzelm renamed Consts.the_declaration to Consts.the_type;
Sat, 13 Oct 2007 17:16:42 +0200 wenzelm add_abbrevs: unvarify result;
Thu, 11 Oct 2007 19:10:23 +0200 wenzelm dest/cert_def: replaced Pretty.pp by explicit Proof.context;
Thu, 11 Oct 2007 16:38:57 +0200 wenzelm tuned;
Thu, 11 Oct 2007 16:05:23 +0200 wenzelm replaced Sign.add_consts_authentic by Sign.declare_const;
Wed, 10 Oct 2007 17:31:56 +0200 wenzelm generalized notation interface (add or del);
Tue, 09 Oct 2007 00:20:21 +0200 wenzelm generic Syntax.pretty/string_of operations;
Sun, 30 Sep 2007 16:20:38 +0200 wenzelm add_consts_authentic/add_abbrev: tags (Markup.property list);
Sat, 29 Sep 2007 21:39:46 +0200 wenzelm removed obsolete external interface add_const_constraint;
Wed, 26 Sep 2007 20:50:34 +0200 wenzelm added minimize_sort, complete_sort;
Tue, 25 Sep 2007 13:28:37 +0200 wenzelm Syntax.parse/check/read;
Sat, 22 Sep 2007 17:45:56 +0200 wenzelm certify': proper do_expand argument (which observes force_expand consts) instead of home-grown normalize;
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);
less more (0) -300 -100 -60 tip