src/Pure/term.ML
Sun, 16 Oct 2011 18:48:30 +0200 wenzelm added Term.dummy_pattern conveniences;
Wed, 17 Aug 2011 18:05:31 +0200 wenzelm modernized signature of Term.absfree/absdummy;
Wed, 06 Jul 2011 20:14:13 +0200 wenzelm tuned errors;
Thu, 09 Jun 2011 20:22:22 +0200 wenzelm tuned signature: Name.invent and Name.invent_names;
Thu, 09 Jun 2011 17:51:49 +0200 wenzelm simplified Name.variant -- discontinued builtin fold_map;
Thu, 09 Jun 2011 16:34:49 +0200 wenzelm discontinued Name.variant to emphasize that this is old-style / indirect;
Wed, 08 Jun 2011 15:56:57 +0200 wenzelm more robust exception pattern General.Subscript;
Thu, 24 Mar 2011 16:56:19 +0100 wenzelm added Term.is_open and Term.is_dependent convenience, to cover common situations of loose bounds;
Wed, 01 Dec 2010 15:03:44 +0100 wenzelm more direct use of binder_types/body_type;
Wed, 01 Dec 2010 13:37:31 +0100 wenzelm tuned;
Wed, 01 Dec 2010 13:09:08 +0100 wenzelm just one Term.dest_funT;
Mon, 13 Sep 2010 00:10:29 +0200 wenzelm tuned;
Thu, 02 Sep 2010 00:48:07 +0200 wenzelm turned show_question_marks into proper configuration option;
Sat, 27 Mar 2010 15:47:57 +0100 wenzelm added Term.fold_atyps_sorts convenience;
Fri, 19 Feb 2010 11:06:22 +0100 haftmann added dest_comb
Thu, 28 Jan 2010 22:39:48 +0100 wenzelm tuned signature;
Sun, 15 Nov 2009 15:14:28 +0100 wenzelm tuned;
Mon, 09 Nov 2009 20:47:39 +0100 wenzelm locale_const/target_notation: uniform use of Term.aconv_untyped;
Thu, 22 Oct 2009 13:48:06 +0200 haftmann map_range (and map_index) combinator
Wed, 30 Sep 2009 22:20:58 +0200 wenzelm eliminated redundant bindings;
Tue, 29 Sep 2009 11:49:22 +0200 wenzelm explicit indication of Unsynchronized.ref;
Sun, 26 Jul 2009 13:12:53 +0200 wenzelm lambda/cabs/all: named variants;
Thu, 16 Jul 2009 21:00:09 +0200 wenzelm use structure Same;
Sun, 08 Mar 2009 17:26:14 +0100 wenzelm moved basic algebra of long names from structure NameSpace to Long_Name;
Thu, 05 Mar 2009 17:09:07 +0100 wenzelm close_schematic_term: uniform order of types/terms;
Thu, 05 Mar 2009 12:08:00 +0100 wenzelm renamed NameSpace.base to NameSpace.base_name;
Wed, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Fri, 27 Feb 2009 16:38:52 +0100 wenzelm eliminated NJ's List.nth;
Fri, 27 Feb 2009 16:18:02 +0100 wenzelm tuned/unified size_of_term and size_of_typ, eliminated obsolete foldl;
Fri, 13 Feb 2009 07:53:38 +1100 kleing New command find_consts searching for constants by type (by Timothy Bourke).
Thu, 01 Jan 2009 14:23:38 +0100 wenzelm added canonical add_const_names, add_consts;
Wed, 31 Dec 2008 19:56:38 +0100 wenzelm updated header;
Wed, 31 Dec 2008 19:54:04 +0100 wenzelm added declare_term_frees;
Wed, 31 Dec 2008 18:53:16 +0100 wenzelm moved old add_type_XXX, add_term_XXX etc. to structure OldTerm;
Wed, 31 Dec 2008 15:30:10 +0100 wenzelm moved term order operations to structure TermOrd (cf. Pure/term_ord.ML);
Wed, 31 Dec 2008 00:08:13 +0100 wenzelm moved old add_term_vars, add_term_frees etc. to structure OldTerm;
Tue, 30 Dec 2008 21:46:14 +0100 wenzelm provide canonical add_tvar_namesT, add_tvar_names, add_tfree_namesT, add_tfree_names, add_free_names;
Tue, 30 Dec 2008 20:53:21 +0100 wenzelm removed unused head_name_of;
Mon, 23 Jun 2008 23:45:48 +0200 wenzelm moved implies to logic.ML;
Tue, 16 Oct 2007 17:06:13 +0200 wenzelm tuned hidden_polymorphism;
Thu, 11 Oct 2007 19:10:24 +0200 wenzelm replaced Term.equiv_types by Type.similar_types;
Thu, 04 Oct 2007 20:29:42 +0200 wenzelm Name.uu, Name.aT;
Sat, 29 Sep 2007 21:39:47 +0200 wenzelm added declare_typ_names;
Wed, 26 Sep 2007 22:20:59 +0200 wenzelm added free_dummy_patterns;
Fri, 21 Sep 2007 22:51:12 +0200 wenzelm added has_abs (from envir.ML);
Thu, 30 Aug 2007 15:04:41 +0200 wenzelm added burrow_types;
Thu, 31 May 2007 23:47:36 +0200 wenzelm simplified/unified list fold;
Thu, 10 May 2007 00:39:54 +0200 wenzelm tuned argument_type_of;
Tue, 17 Apr 2007 21:06:59 +0200 wenzelm export is_dummy_pattern;
Thu, 12 Apr 2007 23:06:25 +0200 wenzelm absdummy: use internal name uu to avoid renaming of popular names;
Tue, 03 Apr 2007 19:24:18 +0200 wenzelm signature: eqtype to accomodate Alice;
Tue, 09 Jan 2007 08:31:46 +0100 haftmann added map_abs_vars
Tue, 02 Jan 2007 22:43:04 +0100 wenzelm Term.lambda: abstract over arbitrary closed terms;
Tue, 12 Dec 2006 20:49:24 +0100 wenzelm added equiv_types;
Sun, 10 Dec 2006 15:30:40 +0100 wenzelm tuned absdummy;
Wed, 06 Dec 2006 21:18:59 +0100 wenzelm added hidden_polymorphism (from variable.ML);
Thu, 23 Nov 2006 20:33:29 +0100 wenzelm added head_name_of;
Tue, 14 Nov 2006 00:15:43 +0100 wenzelm added dummyS;
Fri, 13 Oct 2006 16:52:48 +0200 haftmann fixed bug
Wed, 04 Oct 2006 14:17:38 +0200 haftmann insert replacing ins ins_int ins_string
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);
Wed, 13 Sep 2006 21:41:31 +0200 wenzelm added exists_type;
Tue, 12 Sep 2006 12:12:55 +0200 wenzelm removed obsolete aconvs (use eq_list aconv);
Thu, 03 Aug 2006 17:30:39 +0200 wenzelm removed obsolete add_term_tvarnames;
Thu, 27 Jul 2006 23:28:23 +0200 wenzelm declare_term_names: cover types as well;
Tue, 25 Jul 2006 21:18:06 +0200 wenzelm is_funtype: do not export internal operation;
Wed, 19 Jul 2006 12:12:03 +0200 wenzelm added variant_frees;
Tue, 18 Jul 2006 20:01:44 +0200 wenzelm added declare_term_names;
Fri, 14 Jul 2006 14:37:15 +0200 ballarin Term.term_lpo takes order on terms rather than strings as argument.
Thu, 13 Jul 2006 13:42:00 +0200 wenzelm strip_abs_eta: proper use of Name.context;
Wed, 12 Jul 2006 21:19:22 +0200 wenzelm removed obsolete adhoc_freeze_vars (may use Variable.import_terms instead);
Wed, 12 Jul 2006 17:00:33 +0200 haftmann added strip_abs_eta
Tue, 11 Jul 2006 23:00:37 +0200 wenzelm removed obsolete xless;
Tue, 11 Jul 2006 12:17:07 +0200 wenzelm removed obsolete ins_ix, mem_ix, ins_term, mem_term;
Tue, 04 Jul 2006 19:49:52 +0200 wenzelm added generalize/instantiate_option;
Sat, 17 Jun 2006 19:37:50 +0200 wenzelm added exists_subtype;
Tue, 16 May 2006 13:01:30 +0200 wenzelm removed low-level str_of_sort/typ/term (use Display.raw_string_of_sort/typ/term instead, or even PolyML.print -- for debugging purposes);
Wed, 26 Apr 2006 22:38:05 +0200 wenzelm tuned;
Mon, 24 Apr 2006 16:36:07 +0200 haftmann cleaned up some diagnostic mathom
Mon, 10 Apr 2006 00:33:53 +0200 wenzelm added aT (from axclass.ML);
Thu, 16 Feb 2006 00:09:46 +0100 wenzelm tuned subst_bound(s);
Sat, 11 Feb 2006 17:17:49 +0100 wenzelm added variant_name;
Fri, 10 Feb 2006 02:22:35 +0100 wenzelm removed obsolete add_typ/term_classes/tycons;
Wed, 08 Feb 2006 17:15:28 +0100 wenzelm map_type_tvar/tfree: map_atyps;
Wed, 08 Feb 2006 09:27:20 +0100 haftmann fixed the most silly bug conceivable in map_atyps
Tue, 07 Feb 2006 19:57:00 +0100 wenzelm lambda: base name of Const;
Mon, 06 Feb 2006 20:59:09 +0100 wenzelm lambda: abstract over any const;
Mon, 06 Feb 2006 11:00:24 +0100 haftmann added strip_abs
Thu, 02 Feb 2006 12:52:18 +0100 wenzelm moved specific map_typ/term to sign.ML;
Tue, 31 Jan 2006 18:19:26 +0100 wenzelm lambda: abstract over TYPE argument, too;
Mon, 30 Jan 2006 08:17:04 +0100 haftmann added map_atype, map_aterms
Fri, 25 Nov 2005 18:58:40 +0100 wenzelm added dummy_pattern;
Wed, 16 Nov 2005 17:45:29 +0100 wenzelm added betapplys;
Thu, 10 Nov 2005 20:57:19 +0100 wenzelm added find_free (from Isar/proof_context.ML);
Wed, 09 Nov 2005 16:26:46 +0100 wenzelm removed obsolete term set operations;
Sat, 15 Oct 2005 00:08:00 +0200 wenzelm tuned comments;
Fri, 07 Oct 2005 22:59:24 +0200 wenzelm added absdummy;
Fri, 07 Oct 2005 18:49:20 +0200 wenzelm added str_of_term (from HOL/Tools/ATP/recon_translate_proof.ML);
Tue, 04 Oct 2005 19:01:37 +0200 wenzelm minor tweaks for Poplog/ML;
Sun, 25 Sep 2005 23:36:14 +0200 wenzelm zero_var_inst: replace loose bounds :000 etc.;
Thu, 08 Sep 2005 16:09:23 +0200 haftmann introduces some modern-style AList operations
Tue, 06 Sep 2005 08:30:43 +0200 haftmann introduced some new-style AList operations
Mon, 01 Aug 2005 19:20:44 +0200 wenzelm removed atless (use term_ord instead);
Thu, 28 Jul 2005 15:20:00 +0200 wenzelm added add_tfreesT, add_tfrees;
Tue, 19 Jul 2005 17:21:54 +0200 wenzelm moved incr_tvar to logic.ML;
Fri, 15 Jul 2005 15:44:18 +0200 wenzelm replaced foldl_XXX by canonical fold_XXX;
Wed, 13 Jul 2005 14:56:00 +0200 wenzelm fixed comment-out;
Wed, 13 Jul 2005 11:30:37 +0200 haftmann (fix for an accidental commit)
Wed, 13 Jul 2005 11:16:34 +0200 haftmann (intermediate commit)
Wed, 06 Jul 2005 20:00:33 +0200 wenzelm tuned eq_ix;
Wed, 06 Jul 2005 10:41:44 +0200 wenzelm tuned maxidx_of_typ/typs/term;
Mon, 04 Jul 2005 17:07:12 +0200 wenzelm added fast_indexname_ord, fast_term_ord;
Fri, 01 Jul 2005 22:35:20 +0200 wenzelm tuned term_ord: less garbage;
Wed, 29 Jun 2005 15:13:29 +0200 wenzelm tuned sort_ord: pointer_eq;
Tue, 28 Jun 2005 15:28:30 +0200 paulson first-order check now allows quantifiers
Sat, 25 Jun 2005 16:07:55 +0200 nipkow Added term_lpo
Wed, 22 Jun 2005 19:41:23 +0200 wenzelm export sort_ord;
Thu, 09 Jun 2005 12:03:25 +0200 wenzelm map_typ and map_term no longer global;
less more (0) -120 tip