Thu, 28 Oct 2010 22:04:00 +0200 |
wenzelm |
use Exn.interruptible_capture to keep user-code interruptible (Exn.capture not immediately followed by Exn.release here);
|
file |
diff |
annotate
|
Mon, 06 Sep 2010 21:33:19 +0200 |
wenzelm |
more explicit indication of Config.raw options, which are only needed for bootstrapping Pure;
|
file |
diff |
annotate
|
Fri, 03 Sep 2010 23:54:48 +0200 |
wenzelm |
turned eta_contract into proper configuration option;
|
file |
diff |
annotate
|
Mon, 31 May 2010 21:06:57 +0200 |
wenzelm |
modernized some structure names, keeping a few legacy aliases;
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 11:00:32 +0200 |
wenzelm |
uniform decoding of fixed/const syntax entities, allows to pass "\<^fixed>foo__" through the syntax layer (supersedes 1b7109c10b7b);
|
file |
diff |
annotate
|
Wed, 03 Mar 2010 00:28:22 +0100 |
wenzelm |
authentic syntax for classes and type constructors;
|
file |
diff |
annotate
|
Sun, 21 Feb 2010 21:08:25 +0100 |
wenzelm |
authentic syntax for *all* term constants;
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 11:23:03 +0100 |
wenzelm |
made SML/NJ happy (again);
|
file |
diff |
annotate
|
Tue, 16 Feb 2010 14:08:39 +0100 |
wenzelm |
moved generic update_name to Pure syntax -- not specific to HOL/record;
|
file |
diff |
annotate
|
Wed, 30 Sep 2009 22:25:50 +0200 |
wenzelm |
eliminated dead code;
|
file |
diff |
annotate
|
Tue, 29 Sep 2009 11:49:22 +0200 |
wenzelm |
explicit indication of Unsynchronized.ref;
|
file |
diff |
annotate
|
Tue, 21 Jul 2009 14:38:07 +0200 |
haftmann |
attempt for more concise setup of non-etacontracting binders
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 11:12:06 +0200 |
wenzelm |
reraise exceptions to preserve position information;
|
file |
diff |
annotate
|
Fri, 27 Feb 2009 16:38:52 +0100 |
wenzelm |
eliminated NJ's List.nth;
|
file |
diff |
annotate
|
Wed, 31 Dec 2008 19:54:03 +0100 |
wenzelm |
qualified Term.rename_wrt_term;
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 00:03:47 +0100 |
wenzelm |
Pure syntax: more coherent treatment of aprop, permanent TERM and &&&;
|
file |
diff |
annotate
|
Thu, 16 Oct 2008 22:44:37 +0200 |
wenzelm |
added translations for SORT_CONSTRAINT
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 14:41:09 +0100 |
wenzelm |
eliminated theory ProtoPure;
|
file |
diff |
annotate
|
Tue, 24 Jul 2007 19:44:35 +0200 |
wenzelm |
moved exception capture/release to structure Exn;
|
file |
diff |
annotate
|
Mon, 23 Jul 2007 19:45:44 +0200 |
wenzelm |
eliminated transform_failure (to avoid critical section for main transactions);
|
file |
diff |
annotate
|
Tue, 17 Jul 2007 13:19:19 +0200 |
wenzelm |
moved print_translations from Pure.thy to Syntax/syn_trans.ML;
|
file |
diff |
annotate
|
Mon, 11 Dec 2006 21:39:28 +0100 |
wenzelm |
advanced translation functions: Proof.context;
|
file |
diff |
annotate
|
Sun, 10 Dec 2006 15:30:53 +0100 |
wenzelm |
abs/binder_tr': support printing of idtdummy;
|
file |
diff |
annotate
|
Sun, 26 Nov 2006 18:07:34 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Tue, 25 Jul 2006 21:18:09 +0200 |
wenzelm |
added variant_abs (from term.ML);
|
file |
diff |
annotate
|
Tue, 18 Jul 2006 20:01:41 +0200 |
wenzelm |
Term.declare_term_names;
|
file |
diff |
annotate
|
Tue, 11 Jul 2006 12:17:01 +0200 |
wenzelm |
Name.invent_list;
|
file |
diff |
annotate
|
Sun, 11 Jun 2006 21:59:28 +0200 |
wenzelm |
improved treatment of TERM TYPE syntax;
|
file |
diff |
annotate
|
Fri, 05 May 2006 21:59:45 +0200 |
wenzelm |
added syntax for _type_constraint_;
|
file |
diff |
annotate
|
Thu, 27 Apr 2006 15:06:35 +0200 |
wenzelm |
tuned basic list operators (flat, maps, map_filter);
|
file |
diff |
annotate
|
Wed, 26 Apr 2006 22:38:05 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Tue, 21 Mar 2006 12:18:22 +0100 |
wenzelm |
mark_boundT: produce well-typed term;
|
file |
diff |
annotate
|
Thu, 23 Feb 2006 13:37:46 +0100 |
wenzelm |
make SML/NJ happy;
|
file |
diff |
annotate
|
Wed, 22 Feb 2006 22:18:42 +0100 |
wenzelm |
removed obsolete meta_conjunction_tr';
|
file |
diff |
annotate
|
Fri, 10 Feb 2006 02:22:56 +0100 |
wenzelm |
moved fixedN to lexicon.ML;
|
file |
diff |
annotate
|
Mon, 06 Feb 2006 20:59:58 +0100 |
wenzelm |
added bound_vars;
|
file |
diff |
annotate
|
Tue, 31 Jan 2006 00:39:40 +0100 |
wenzelm |
advanced translations: Context.generic;
|
file |
diff |
annotate
|
Sat, 14 Jan 2006 17:14:06 +0100 |
wenzelm |
sane ERROR handling;
|
file |
diff |
annotate
|
Thu, 22 Dec 2005 00:29:10 +0100 |
wenzelm |
prop_tr': proper handling of aprop marked as bound;
|
file |
diff |
annotate
|
Fri, 02 Dec 2005 22:54:52 +0100 |
wenzelm |
asts_to_terms: builtin free_fixed translation makes local binders work properly;
|
file |
diff |
annotate
|
Sat, 19 Nov 2005 14:21:09 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Wed, 09 Nov 2005 16:26:54 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Fri, 07 Oct 2005 22:59:26 +0200 |
wenzelm |
added idtypdummy_ast_tr;
|
file |
diff |
annotate
|
Tue, 13 Sep 2005 22:19:49 +0200 |
wenzelm |
replaced TRANSLATION_FAIL by EXCEPTION;
|
file |
diff |
annotate
|
Wed, 29 Jun 2005 15:13:42 +0200 |
wenzelm |
transform_failure in translation functions: TRANSLATION_FAIL;
|
file |
diff |
annotate
|
Thu, 03 Mar 2005 12:43:01 +0100 |
skalberg |
Move towards standard functions.
|
file |
diff |
annotate
|
Sun, 13 Feb 2005 17:15:14 +0100 |
skalberg |
Deleted Library.option type.
|
file |
diff |
annotate
|
Sat, 18 Dec 2004 17:10:49 +0100 |
schirmer |
Syntax: last premise of "_bigimpl" is wrapped with "_asm", to have a hook for
|
file |
diff |
annotate
|
Mon, 21 Jun 2004 10:25:57 +0200 |
kleing |
Merged in license change from Isabelle2004
|
file |
diff |
annotate
|
Sat, 05 Jun 2004 13:06:04 +0200 |
wenzelm |
tuned exeption handling (capture/release);
|
file |
diff |
annotate
|
Fri, 21 May 2004 21:47:07 +0200 |
berghofe |
Modified functions pt_to_ast and ast_to_term to improve handling
|
file |
diff |
annotate
|
Sat, 01 May 2004 22:10:37 +0200 |
wenzelm |
improved indexed syntax / implicit structures;
|
file |
diff |
annotate
|
Thu, 22 Apr 2004 10:59:19 +0200 |
wenzelm |
non_typed_tr';
|
file |
diff |
annotate
|
Sun, 22 Dec 2002 10:42:09 +0100 |
nipkow |
*** empty log message ***
|
file |
diff |
annotate
|
Wed, 16 Jan 2002 23:19:34 +0100 |
wenzelm |
GPLed;
|
file |
diff |
annotate
|
Sun, 11 Nov 2001 21:38:25 +0100 |
wenzelm |
added meta_conjunction_tr';
|
file |
diff |
annotate
|
Fri, 09 Nov 2001 00:18:23 +0100 |
wenzelm |
indexvar_ast_tr (for \<index> placeholder);
|
file |
diff |
annotate
|
Wed, 08 Aug 2001 17:39:32 +0200 |
wenzelm |
added constify_ast_tr;
|
file |
diff |
annotate
|
Fri, 01 Dec 2000 19:44:15 +0100 |
wenzelm |
no_brackets mode;
|
file |
diff |
annotate
|
Mon, 27 Mar 2000 21:13:06 +0200 |
wenzelm |
fixed dddot_tr;
|
file |
diff |
annotate
|