Tue, 30 Jul 2019 11:41:39 +0200 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Thu, 03 Jan 2019 14:12:44 +0100 |
wenzelm |
clarified signature: more types;
|
file |
diff |
annotate
|
Tue, 13 Dec 2016 11:51:42 +0100 |
wenzelm |
more symbols;
|
file |
diff |
annotate
|
Fri, 19 Aug 2016 11:56:12 +0200 |
nipkow |
replaced the confusing int parameter by bool
|
file |
diff |
annotate
|
Fri, 21 Nov 2014 18:14:39 +0100 |
wenzelm |
removed some add-ons from modules that are relevant for the inference kernel;
|
file |
diff |
annotate
|
Sat, 08 Nov 2014 21:31:51 +0100 |
wenzelm |
optional proof context for unify operations, for the sake of proper local options;
|
file |
diff |
annotate
|
Sat, 01 Nov 2014 11:40:55 +0100 |
wenzelm |
eliminated former Proof General preferences;
|
file |
diff |
annotate
|
Sun, 06 Apr 2014 16:36:28 +0200 |
wenzelm |
more source positions;
|
file |
diff |
annotate
|
Fri, 19 Jul 2013 17:35:12 +0200 |
wenzelm |
turned pattern unify flag into configuration option (global only);
|
file |
diff |
annotate
|
Wed, 29 May 2013 11:53:31 +0200 |
wenzelm |
backout 3b9c31867707 -- too risky to "amend" modules from 25 years ago that don't handle Vars with different types;
|
file |
diff |
annotate
|
Mon, 27 May 2013 16:52:39 +0200 |
wenzelm |
more thorough type unification: treat equal Vars like other atoms, otherwise unify type of term pair (not just accidental body_type of its head Vars);
|
file |
diff |
annotate
|
Fri, 24 May 2013 17:14:06 +0200 |
wenzelm |
proper internal error, not user error;
|
file |
diff |
annotate
|
Fri, 24 May 2013 17:00:46 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Fri, 24 May 2013 16:42:57 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Fri, 24 May 2013 15:32:02 +0200 |
wenzelm |
unify types of bound variables in the same manner as Unify.new_dpair (which emphatically "Tries to unify types of the bound variables!");
|
file |
diff |
annotate
|
Fri, 24 May 2013 14:31:44 +0200 |
wenzelm |
re-use Pattern.unify_types, including its trace_unify_fail option;
|
file |
diff |
annotate
|
Fri, 12 Apr 2013 14:54:14 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Sat, 10 Mar 2012 19:49:32 +0100 |
wenzelm |
clarified Pattern.matchess;
|
file |
diff |
annotate
|
Sat, 14 Jan 2012 21:16:15 +0100 |
wenzelm |
discontinued old-style Term.list_abs in favour of plain Term.abs;
|
file |
diff |
annotate
|
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;
|
file |
diff |
annotate
|
Tue, 07 Dec 2010 17:23:14 +0100 |
wenzelm |
eliminated some hard tabulators (deprecated);
|
file |
diff |
annotate
|
Fri, 26 Nov 2010 22:29:41 +0100 |
wenzelm |
make two copies (!) of Library.UnequalLengths coincide with ListPair.UnequalLengths;
|
file |
diff |
annotate
|
Fri, 19 Nov 2010 14:58:49 +0000 |
paulson |
First-order pattern matching: catch a rogue exception (differing numbers of arguments)
|
file |
diff |
annotate
|
Sat, 27 Feb 2010 23:13:01 +0100 |
wenzelm |
modernized structure Term_Ord;
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 17:27:18 +0100 |
berghofe |
Added function rewrite_term_top for top-down rewriting.
|
file |
diff |
annotate
|
Wed, 21 Oct 2009 12:09:37 +0200 |
haftmann |
curried inter as canonical list operation (beware of argument order)
|
file |
diff |
annotate
|
Wed, 21 Oct 2009 08:14:38 +0200 |
haftmann |
dropped redundant gen_ prefix
|
file |
diff |
annotate
|
Tue, 20 Oct 2009 16:13:01 +0200 |
haftmann |
replaced old_style infixes eq_set, subset, union, inter and variants by generic versions
|
file |
diff |
annotate
|
Tue, 29 Sep 2009 11:49:22 +0200 |
wenzelm |
explicit indication of Unsynchronized.ref;
|
file |
diff |
annotate
|
Fri, 17 Jul 2009 23:11:40 +0200 |
wenzelm |
tuned/modernized Envir.subst_XXX;
|
file |
diff |
annotate
|
Fri, 17 Jul 2009 21:33:00 +0200 |
wenzelm |
tuned/modernized Envir operations;
|
file |
diff |
annotate
|
Tue, 17 Mar 2009 15:35:27 +0100 |
wenzelm |
export match_rew -- useful for implementing "procs" for rewrite_term;
|
file |
diff |
annotate
|
Tue, 17 Mar 2009 12:09:43 +0100 |
wenzelm |
tuned aeconv: test plain aconv before expensive eta_contract;
|
file |
diff |
annotate
|
Wed, 31 Dec 2008 15:30:10 +0100 |
wenzelm |
moved term order operations to structure TermOrd (cf. Pure/term_ord.ML);
|
file |
diff |
annotate
|
Thu, 25 Sep 2008 09:28:06 +0200 |
haftmann |
matchess
|
file |
diff |
annotate
|
Sun, 18 May 2008 15:04:09 +0200 |
wenzelm |
moved global pretty/string_of functions from Sign to Syntax;
|
file |
diff |
annotate
|
Wed, 07 May 2008 10:59:46 +0200 |
berghofe |
- Removed function eta_contract_atom, which did not quite work
|
file |
diff |
annotate
|
Tue, 27 Nov 2007 15:49:25 +0100 |
berghofe |
first_order_match now only calls loose_bvar when inside an abstraction.
|
file |
diff |
annotate
|
Sun, 03 Jun 2007 23:16:50 +0200 |
wenzelm |
added downto0 (from library.ML);
|
file |
diff |
annotate
|
Sat, 14 Apr 2007 17:36:05 +0200 |
wenzelm |
Term.string_of_vname;
|
file |
diff |
annotate
|
Tue, 06 Feb 2007 19:32:32 +0100 |
wenzelm |
tuned matches_subterm;
|
file |
diff |
annotate
|
Thu, 21 Sep 2006 19:05:22 +0200 |
wenzelm |
member (op =);
|
file |
diff |
annotate
|
Tue, 11 Jul 2006 23:00:35 +0200 |
wenzelm |
removed obsolete xless;
|
file |
diff |
annotate
|
Tue, 11 Jul 2006 12:17:04 +0200 |
wenzelm |
replaced Term.variant(list) by Name.variant(_list);
|
file |
diff |
annotate
|
Tue, 13 Jun 2006 23:41:49 +0200 |
wenzelm |
added equiv;
|
file |
diff |
annotate
|
Mon, 12 Jun 2006 21:19:03 +0200 |
wenzelm |
removed matches_seq -- didn't quite work;
|
file |
diff |
annotate
|
Mon, 05 Jun 2006 21:54:22 +0200 |
wenzelm |
added matches_seq (left-to-right matching, intermediate beta-normalization);
|
file |
diff |
annotate
|
Sat, 29 Apr 2006 23:16:43 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Thu, 27 Apr 2006 15:06:35 +0200 |
wenzelm |
tuned basic list operators (flat, maps, map_filter);
|
file |
diff |
annotate
|
Tue, 21 Mar 2006 12:18:07 +0100 |
wenzelm |
subtract (op =);
|
file |
diff |
annotate
|
Mon, 06 Feb 2006 20:59:07 +0100 |
wenzelm |
moved (beta_)eta_contract to envir.ML;
|
file |
diff |
annotate
|
Wed, 16 Nov 2005 17:45:28 +0100 |
wenzelm |
tuned interfaces to support incremental match/unify (cf. versions in type.ML);
|
file |
diff |
annotate
|
Fri, 28 Oct 2005 16:35:40 +0200 |
haftmann |
cleaned up nth, nth_update, nth_map and nth_string functions
|
file |
diff |
annotate
|
Tue, 04 Oct 2005 19:01:37 +0200 |
wenzelm |
minor tweaks for Poplog/ML;
|
file |
diff |
annotate
|
Thu, 15 Sep 2005 17:16:56 +0200 |
wenzelm |
TableFun/Symtab: curried lookup and update;
|
file |
diff |
annotate
|
Thu, 01 Sep 2005 18:48:50 +0200 |
wenzelm |
curried_lookup/update;
|
file |
diff |
annotate
|
Wed, 31 Aug 2005 15:46:40 +0200 |
wenzelm |
refer to theory instead of low-level tsig;
|
file |
diff |
annotate
|
Mon, 01 Aug 2005 19:20:40 +0200 |
wenzelm |
nameless Term.bound;
|
file |
diff |
annotate
|
Thu, 28 Jul 2005 15:19:56 +0200 |
wenzelm |
Sign.typ_unify;
|
file |
diff |
annotate
|
Fri, 01 Jul 2005 22:35:41 +0200 |
wenzelm |
avoid polyeq;
|
file |
diff |
annotate
|