Thu, 04 Apr 2013 12:06:23 +0200 |
wenzelm |
added var_position in analogy to longid_position, for typing reports on input;
|
file |
diff |
annotate
|
Sun, 30 Dec 2012 16:23:30 +0100 |
wenzelm |
uniform notation for == and \<equiv> (cf. 3e3c2af5e8a5);
|
file |
diff |
annotate
|
Wed, 19 Dec 2012 22:26:26 +0100 |
nipkow |
removed odd associativity of ==
|
file |
diff |
annotate
|
Wed, 03 Oct 2012 14:58:56 +0200 |
wenzelm |
allow position constraints to coexist with 0 or 1 sort constraints;
|
file |
diff |
annotate
|
Mon, 01 Oct 2012 16:37:22 +0200 |
wenzelm |
report sort assignment of visible type variables;
|
file |
diff |
annotate
|
Wed, 15 Feb 2012 13:24:22 +0100 |
wenzelm |
renamed "xstr" to "str_token";
|
file |
diff |
annotate
|
Mon, 16 Jan 2012 21:50:15 +0100 |
wenzelm |
position constraints for numerals enable PIDE markup;
|
file |
diff |
annotate
|
Thu, 01 Dec 2011 12:25:27 +0100 |
wenzelm |
renamed inner syntax categories "num" to "num_token" and "xnum" to "xnum_token";
|
file |
diff |
annotate
|
Mon, 14 Nov 2011 17:48:26 +0100 |
wenzelm |
inner syntax positions for string literals;
|
file |
diff |
annotate
|
Mon, 07 Nov 2011 16:41:16 +0100 |
wenzelm |
discontinued numbered structure indexes (legacy feature);
|
file |
diff |
annotate
|
Mon, 22 Aug 2011 23:39:05 +0200 |
wenzelm |
special treatment of structure index 1 in Pure, including legacy warning;
|
file |
diff |
annotate
|
Tue, 19 Apr 2011 22:32:49 +0200 |
wenzelm |
less bulky "_position", for improved readability of parse trees;
|
file |
diff |
annotate
|
Sun, 17 Apr 2011 19:54:04 +0200 |
wenzelm |
report Name_Space.declare/define, relatively to context;
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 21:11:29 +0200 |
wenzelm |
discontinued Syntax.max_pri, which is not really a symbolic parameter;
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 21:03:20 +0200 |
wenzelm |
CONST syntax with positions;
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 20:39:09 +0200 |
wenzelm |
moved CONST syntax/translations to their proper place;
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 18:08:13 +0200 |
wenzelm |
simplified Pure syntax bootstrap;
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 17:45:37 +0200 |
wenzelm |
renamed sprop "prop#" to "prop'" -- proper identifier;
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 16:34:14 +0200 |
wenzelm |
discontinued special treatment of structure Lexicon;
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 15:02:11 +0200 |
wenzelm |
discontinued special treatment of structure Syntax_Ext (formerly Syn_Ext);
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 13:31:16 +0200 |
wenzelm |
explicit structure Syntax_Trans;
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 22:25:44 +0200 |
wenzelm |
type syntax as regular mixfix specification (type_ext for bootstrapping has been obsolete for many years);
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 12:58:13 +0200 |
wenzelm |
moved unparse material to syntax_phases.ML;
|
file |
diff |
annotate
|
Tue, 22 Mar 2011 20:44:47 +0100 |
wenzelm |
more selective strip_positions in case patterns -- reactivate translations based on "case _ of _" in HOL and special patterns in HOLCF;
|
file |
diff |
annotate
|
Tue, 22 Mar 2011 13:32:20 +0100 |
wenzelm |
support for encoded positions (for id_position, longid_position) as pseudo type-constraints -- still inactive;
|
file |
diff |
annotate
|
Mon, 20 Sep 2010 16:05:25 +0200 |
wenzelm |
renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
|
file |
diff |
annotate
|
Fri, 17 Sep 2010 20:18:27 +0200 |
wenzelm |
tuned signature of (Context_)Position.report variants;
|
file |
diff |
annotate
|
Wed, 01 Sep 2010 17:59:06 +0200 |
wenzelm |
actually declare "_constrainAbs" as @{syntax_const};
|
file |
diff |
annotate
|
Mon, 31 May 2010 21:06:57 +0200 |
wenzelm |
modernized some structure names, keeping a few legacy aliases;
|
file |
diff |
annotate
|
Sat, 08 May 2010 16:53:53 +0200 |
wenzelm |
renamed Thm.get_name -> Thm.derivation_name and Thm.put_name -> Thm.name_derivation, to emphasize the true nature of these operations;
|
file |
diff |
annotate
|
Sun, 11 Apr 2010 14:30:34 +0200 |
wenzelm |
Thm.add_axiom/add_def: return internal name of foundational axiom;
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 15:20:31 +0100 |
wenzelm |
moved Drule.forall_intr_frees to Thm.forall_intr_frees (in more_thm.ML, which is loaded before pure_thy.ML);
|
file |
diff |
annotate
|
Mon, 22 Mar 2010 00:48:56 +0100 |
wenzelm |
replaced PureThy.add_axioms by more basic Drule.add_axiom, which is old-style nonetheless;
|
file |
diff |
annotate
|
Sun, 21 Mar 2010 19:28:25 +0100 |
wenzelm |
minor renovation of old-style 'axioms' -- make it an alias of iterated 'axiomatization';
|
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 22:35:02 +0100 |
wenzelm |
slightly more abstract syntax mark/unmark operations;
|
file |
diff |
annotate
|
Sun, 21 Feb 2010 21:08:25 +0100 |
wenzelm |
authentic syntax for *all* term constants;
|
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
|
Mon, 15 Feb 2010 18:03:42 +0100 |
wenzelm |
renamed InfixName to Infix etc.;
|
file |
diff |
annotate
|
Sun, 15 Nov 2009 19:45:05 +0100 |
wenzelm |
eliminated obsolete thm position tags;
|
file |
diff |
annotate
|
Sun, 08 Nov 2009 18:43:42 +0100 |
wenzelm |
adapted Theory_Data;
|
file |
diff |
annotate
|
Mon, 02 Nov 2009 20:34:59 +0100 |
wenzelm |
modernized structure Simple_Syntax;
|
file |
diff |
annotate
|
Fri, 30 Oct 2009 18:32:41 +0100 |
haftmann |
set Pure theory name properly
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 19:18:59 +0100 |
wenzelm |
maintain group via name space, not tags;
|
file |
diff |
annotate
|
Sat, 24 Oct 2009 19:47:37 +0200 |
wenzelm |
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
|
file |
diff |
annotate
|
Wed, 30 Sep 2009 22:25:50 +0200 |
wenzelm |
eliminated dead code;
|
file |
diff |
annotate
|
Tue, 21 Jul 2009 20:37:32 +0200 |
wenzelm |
join_proofs: implicit exception;
|
file |
diff |
annotate
|
Sun, 19 Jul 2009 19:20:17 +0200 |
wenzelm |
cancel_proofs: some attempts at reworking group management (based on body promises only);
|
file |
diff |
annotate
|
Thu, 02 Apr 2009 14:49:50 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Sat, 07 Mar 2009 22:16:50 +0100 |
wenzelm |
more uniform handling of binding in targets and derived elements;
|
file |
diff |
annotate
|
Sat, 07 Mar 2009 12:07:30 +0100 |
wenzelm |
Theory.add_axioms/add_defs: replaced old bstring by binding;
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 11:05:29 +0100 |
blanchet |
Merge.
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 10:45:52 +0100 |
blanchet |
Merge.
|
file |
diff |
annotate
|
Tue, 03 Mar 2009 14:07:43 +0100 |
wenzelm |
Thm.binding;
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 23:36:12 +0100 |
wenzelm |
use long names for old-style fold combinators;
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 16:47:04 +0100 |
haftmann |
binding replaces bstring
|
file |
diff |
annotate
|
Sat, 10 Jan 2009 16:55:46 +0100 |
wenzelm |
added cancel_proofs, based on task groups of "entered" proofs;
|
file |
diff |
annotate
|
Sat, 10 Jan 2009 01:28:18 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sat, 10 Jan 2009 00:24:07 +0100 |
wenzelm |
simplified join_proofs;
|
file |
diff |
annotate
|
Tue, 23 Dec 2008 19:27:42 +0100 |
wenzelm |
renamed terminal category "float" to "float_token", to avoid name
|
file |
diff |
annotate
|
Sat, 06 Dec 2008 00:08:32 +0100 |
wenzelm |
renamed force_proofs to join_proofs;
|
file |
diff |
annotate
|
Fri, 05 Dec 2008 00:23:37 +0100 |
wenzelm |
merged
|
file |
diff |
annotate
|
Thu, 04 Dec 2008 23:02:52 +0100 |
wenzelm |
renamed type Lazy.T to lazy;
|
file |
diff |
annotate
|
Thu, 04 Dec 2008 14:43:33 +0100 |
haftmann |
cleaned up binding module and related code
|
file |
diff |
annotate
|
Mon, 01 Dec 2008 19:41:16 +0100 |
haftmann |
new Binding module
|
file |
diff |
annotate
|
Sat, 29 Nov 2008 13:37:13 +0100 |
nipkow |
New lexical item "float".
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 19:06:03 +0100 |
haftmann |
fact table now using name bindings
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 14:55:25 +0100 |
haftmann |
using name bindings
|
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
|
Tue, 18 Nov 2008 18:25:49 +0100 |
wenzelm |
added force_proofs (based on thms ever passed through enter_thms);
|
file |
diff |
annotate
|
Thu, 23 Oct 2008 15:28:01 +0200 |
wenzelm |
renamed Thm.get_axiom_i to Thm.axiom;
|
file |
diff |
annotate
|
Thu, 16 Oct 2008 22:44:31 +0200 |
wenzelm |
added const sort_constraint with syntax SORT_CONSTRAINT -- logically vacous;
|
file |
diff |
annotate
|
Tue, 02 Sep 2008 14:10:25 +0200 |
wenzelm |
name_thm etc.: pass position;
|
file |
diff |
annotate
|
Thu, 14 Aug 2008 16:52:46 +0200 |
wenzelm |
moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
|
file |
diff |
annotate
|
Tue, 05 Aug 2008 13:31:35 +0200 |
wenzelm |
get_fact: report position;
|
file |
diff |
annotate
|
Mon, 04 Aug 2008 20:27:38 +0200 |
wenzelm |
removed obsolete note_thms_cmd;
|
file |
diff |
annotate
|
Tue, 29 Jul 2008 08:15:40 +0200 |
haftmann |
PureThy: dropped note_thmss_qualified, dropped _i suffix
|
file |
diff |
annotate
|
Fri, 25 Jul 2008 12:03:36 +0200 |
haftmann |
dropped PureThy.note; added PureThy.add_thm
|
file |
diff |
annotate
|
Sat, 14 Jun 2008 15:56:52 +0200 |
wenzelm |
removed old theorem database;
|
file |
diff |
annotate
|
Sun, 18 May 2008 17:03:24 +0200 |
wenzelm |
theory Pure provides regular application syntax by default;
|
file |
diff |
annotate
|
Wed, 16 Apr 2008 21:53:01 +0200 |
wenzelm |
renamed check_fact to defined_fact;
|
file |
diff |
annotate
|
Wed, 16 Apr 2008 17:40:39 +0200 |
wenzelm |
removed obsolete get_fact_silent;
|
file |
diff |
annotate
|
Tue, 15 Apr 2008 18:49:21 +0200 |
wenzelm |
added intern_fact, check_fact, hide_fact;
|
file |
diff |
annotate
|
Tue, 15 Apr 2008 16:12:13 +0200 |
wenzelm |
moved forall_elim_var(s) to more_thm.ML;
|
file |
diff |
annotate
|
Sat, 12 Apr 2008 17:00:35 +0200 |
wenzelm |
rep_cterm/rep_thm: no longer dereference theory_ref;
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 23:38:59 +0200 |
wenzelm |
removed obsolete add_axiomss(_i);
|
file |
diff |
annotate
|
Sat, 29 Mar 2008 19:14:10 +0100 |
wenzelm |
eliminated destructive/critical theorem database;
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 22:39:42 +0100 |
wenzelm |
NAMED_CRITICAL;
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 20:02:04 +0100 |
wenzelm |
Context.>> : operate on Context.generic;
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 00:02:58 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 15:32:19 +0100 |
wenzelm |
removed obsolete appl_syntax, applC_syntax;
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 14:41:18 +0100 |
wenzelm |
eliminated theory ProtoPure;
|
file |
diff |
annotate
|
Tue, 25 Mar 2008 21:01:01 +0100 |
wenzelm |
get fact: do not compare names;
|
file |
diff |
annotate
|
Tue, 25 Mar 2008 19:39:59 +0100 |
wenzelm |
support dynamic facts;
|
file |
diff |
annotate
|
Thu, 20 Mar 2008 17:38:54 +0100 |
wenzelm |
get_thms etc.: improved reporting of source position;
|
file |
diff |
annotate
|
Thu, 20 Mar 2008 16:04:30 +0100 |
wenzelm |
Facts.Named: include position;
|
file |
diff |
annotate
|
Thu, 20 Mar 2008 00:20:48 +0100 |
wenzelm |
simplified get_thm(s): back to plain name argument;
|
file |
diff |
annotate
|
Wed, 19 Mar 2008 22:27:57 +0100 |
wenzelm |
renamed datatype thmref to Facts.ref, tuned interfaces;
|
file |
diff |
annotate
|
Tue, 18 Mar 2008 21:57:35 +0100 |
wenzelm |
removed check_lookup;
|
file |
diff |
annotate
|
Tue, 18 Mar 2008 21:27:25 +0100 |
wenzelm |
added ckeck_lookup flag (default false), which controls sanity check of thm lookup;
|
file |
diff |
annotate
|
Mon, 17 Mar 2008 20:51:16 +0100 |
wenzelm |
Facts.add_global;
|
file |
diff |
annotate
|
Sat, 15 Mar 2008 22:07:34 +0100 |
wenzelm |
get_thm(s): check facts lookup vs. old thm database;
|
file |
diff |
annotate
|
Sat, 15 Mar 2008 18:08:02 +0100 |
wenzelm |
replaced obsolete FactIndex.T by Facts.T (cumulative version, assumes that facts are only added to unfinished theories);
|
file |
diff |
annotate
|
Sun, 10 Feb 2008 20:49:42 +0100 |
wenzelm |
maintain default position;
|
file |
diff |
annotate
|
Sat, 26 Jan 2008 17:08:40 +0100 |
wenzelm |
added theorem group operations;
|
file |
diff |
annotate
|
Mon, 10 Dec 2007 11:24:17 +0100 |
haftmann |
added simple primitive note
|
file |
diff |
annotate
|
Sat, 13 Oct 2007 17:16:41 +0200 |
wenzelm |
replaced obsolete Theory.add_finals_i by Theory.add_deps;
|
file |
diff |
annotate
|
Thu, 11 Oct 2007 16:05:37 +0200 |
wenzelm |
removed obsolete simple_def;
|
file |
diff |
annotate
|
Tue, 02 Oct 2007 22:23:30 +0200 |
wenzelm |
removed unused add_defss;
|
file |
diff |
annotate
|
Mon, 01 Oct 2007 15:14:55 +0200 |
wenzelm |
NameSelection: more interval checks;
|
file |
diff |
annotate
|
Sun, 30 Sep 2007 16:20:31 +0200 |
wenzelm |
Sign.add_consts_authentic: tags (Markup.property list);
|
file |
diff |
annotate
|
Tue, 25 Sep 2007 17:06:18 +0200 |
wenzelm |
tuned functor application;
|
file |
diff |
annotate
|
Mon, 27 Aug 2007 11:34:16 +0200 |
haftmann |
added simple definition scheme
|
file |
diff |
annotate
|
Mon, 13 Aug 2007 18:10:20 +0200 |
wenzelm |
moved appl syntax to PureThy;
|
file |
diff |
annotate
|
Fri, 03 Aug 2007 16:28:15 +0200 |
wenzelm |
replaced Theory.self_ref by Theory.check_thy, which now produces a checked ref;
|
file |
diff |
annotate
|
Sat, 28 Jul 2007 22:01:00 +0200 |
wenzelm |
removed dead code;
|
file |
diff |
annotate
|
Mon, 23 Jul 2007 16:45:01 +0200 |
wenzelm |
marked some CRITICAL sections;
|
file |
diff |
annotate
|
Sun, 08 Jul 2007 19:52:05 +0200 |
wenzelm |
thm tag: Markup.property list;
|
file |
diff |
annotate
|
Mon, 07 May 2007 00:49:59 +0200 |
wenzelm |
simplified DataFun interfaces;
|
file |
diff |
annotate
|
Thu, 26 Apr 2007 12:00:05 +0200 |
wenzelm |
renamed some old names Theory.xxx to Sign.xxx;
|
file |
diff |
annotate
|