Sat, 23 Apr 2011 13:53:09 +0200 |
wenzelm |
proper binding/report of defined simprocs;
|
file |
diff |
annotate
|
Sat, 16 Apr 2011 15:47:52 +0200 |
wenzelm |
modernized structure Proof_Context;
|
file |
diff |
annotate
|
Sat, 30 Oct 2010 16:33:58 +0200 |
wenzelm |
support for real valued configuration options;
|
file |
diff |
annotate
|
Mon, 17 May 2010 15:11:25 +0200 |
wenzelm |
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
|
file |
diff |
annotate
|
Sat, 15 May 2010 23:16:32 +0200 |
wenzelm |
refer directly to structure Keyword and Parse;
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 16:55:22 +0200 |
wenzelm |
ProofContext.read_const: allow for type constraint (for fixed variable);
|
file |
diff |
annotate
|
Sat, 13 Mar 2010 20:44:12 +0100 |
wenzelm |
removed unused Args.maxidx_values and Element.generalize_facts;
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 15:39:16 +0100 |
wenzelm |
eliminated Args.bang_facts (legacy feature);
|
file |
diff |
annotate
|
Sat, 27 Feb 2010 20:51:51 +0100 |
wenzelm |
clarified ProofContext.read_const(_proper)/Args.const(_proper) wrt. strict logical consts;
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 22:06:43 +0100 |
wenzelm |
clarified ProofContext.read_type_name/Args.type_name wrt strict logical constructors;
|
file |
diff |
annotate
|
Sat, 06 Feb 2010 20:57:07 +0100 |
wenzelm |
fixed spelling;
|
file |
diff |
annotate
|
Tue, 10 Nov 2009 14:38:39 +0100 |
wenzelm |
bang_facts: legacy feature;
|
file |
diff |
annotate
|
Wed, 30 Sep 2009 22:20:58 +0200 |
wenzelm |
eliminated redundant bindings;
|
file |
diff |
annotate
|
Tue, 21 Jul 2009 01:03:18 +0200 |
wenzelm |
proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
|
file |
diff |
annotate
|
Wed, 18 Mar 2009 21:55:38 +0100 |
wenzelm |
de-camelized Symbol_Pos;
|
file |
diff |
annotate
|
Fri, 13 Mar 2009 23:32:40 +0100 |
wenzelm |
simplified goal_spec: default to first goal;
|
file |
diff |
annotate
|
Fri, 13 Mar 2009 21:25:15 +0100 |
wenzelm |
eliminated type Args.T;
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 15:54:58 +0100 |
wenzelm |
Assumption.all_prems_of, Assumption.all_assms_of;
|
file |
diff |
annotate
|
Tue, 03 Mar 2009 18:32:01 +0100 |
wenzelm |
renamed Binding.name_pos to Binding.make, renamed Binding.base_name to Binding.name_of, renamed Binding.map_base to Binding.map_name, added mandatory flag to Binding.qualify;
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 23:21:44 +0100 |
wenzelm |
removed Ids;
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 16:47:32 +0100 |
haftmann |
binding is alias for Binding.T
|
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
|
Tue, 02 Sep 2008 14:10:28 +0200 |
wenzelm |
added binding;
|
file |
diff |
annotate
|
Fri, 15 Aug 2008 15:50:44 +0200 |
wenzelm |
Args.name_source(_position) for proper position information;
|
file |
diff |
annotate
|
Sun, 10 Aug 2008 12:38:23 +0200 |
wenzelm |
pass token source to typ/term etc.;
|
file |
diff |
annotate
|
Sat, 09 Aug 2008 22:43:53 +0200 |
wenzelm |
unified Args.T with OuterLex.token;
|
file |
diff |
annotate
|
Mon, 04 Aug 2008 21:24:17 +0200 |
wenzelm |
abstract type Scan.stopper;
|
file |
diff |
annotate
|
Sat, 28 Jun 2008 21:21:15 +0200 |
wenzelm |
tuned nested args parser;
|
file |
diff |
annotate
|
Sat, 28 Jun 2008 15:17:24 +0200 |
wenzelm |
added thm_name, opt_thm_name;
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 15:06:28 +0200 |
wenzelm |
added context/theory scanner;
|
file |
diff |
annotate
|
Mon, 16 Jun 2008 17:54:48 +0200 |
wenzelm |
export eof;
|
file |
diff |
annotate
|
Wed, 19 Mar 2008 22:27:57 +0100 |
wenzelm |
renamed datatype thmref to Facts.ref, tuned interfaces;
|
file |
diff |
annotate
|
Mon, 28 Jan 2008 22:27:19 +0100 |
wenzelm |
added ::: / @@@ scanner combinators;
|
file |
diff |
annotate
|
Thu, 08 Nov 2007 14:51:28 +0100 |
wenzelm |
added const_proper;
|
file |
diff |
annotate
|
Wed, 07 Nov 2007 22:20:09 +0100 |
wenzelm |
Syntax.read_typ;
|
file |
diff |
annotate
|
Wed, 07 Nov 2007 16:42:55 +0100 |
wenzelm |
removed obsolete Sign.read_tyname/const (cf. ProofContext);
|
file |
diff |
annotate
|
Tue, 09 Oct 2007 00:20:13 +0200 |
wenzelm |
generic Syntax.pretty/string_of operations;
|
file |
diff |
annotate
|
Sat, 01 Sep 2007 15:46:59 +0200 |
wenzelm |
replaced ProofContext.read_term/prop by general Syntax.read_term/prop;
|
file |
diff |
annotate
|
Mon, 13 Aug 2007 18:10:22 +0200 |
wenzelm |
Lexicon.read_indexname/nat/variable;
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 16:31:15 +0200 |
wenzelm |
added terminator, named_attribute;
|
file |
diff |
annotate
|
Fri, 11 May 2007 00:43:46 +0200 |
wenzelm |
bang_facts: warning;
|
file |
diff |
annotate
|
Sat, 14 Apr 2007 00:46:20 +0200 |
wenzelm |
Morphism.transform/form;
|
file |
diff |
annotate
|
Tue, 02 Jan 2007 22:43:05 +0100 |
wenzelm |
Morphism.fact;
|
file |
diff |
annotate
|
Mon, 18 Dec 2006 08:21:35 +0100 |
haftmann |
switched argument order in *.syntax lifters
|
file |
diff |
annotate
|
Sat, 09 Dec 2006 18:05:43 +0100 |
wenzelm |
added term_abbrev;
|
file |
diff |
annotate
|
Thu, 07 Dec 2006 17:58:48 +0100 |
wenzelm |
tuned pretty_src output;
|
file |
diff |
annotate
|
Tue, 05 Dec 2006 22:14:47 +0100 |
wenzelm |
attribute value: morphism;
|
file |
diff |
annotate
|
Thu, 23 Nov 2006 20:33:34 +0100 |
wenzelm |
renamed Name value to Text, which is *not* a name in terms of morphisms;
|
file |
diff |
annotate
|
Thu, 23 Nov 2006 00:52:11 +0100 |
wenzelm |
replaced map_values by morph_values;
|
file |
diff |
annotate
|
Sat, 14 Oct 2006 23:25:48 +0200 |
wenzelm |
moved pretty_attribs to attrib.ML;
|
file |
diff |
annotate
|
Thu, 21 Sep 2006 19:04:20 +0200 |
wenzelm |
member (op =);
|
file |
diff |
annotate
|
Wed, 02 Aug 2006 22:26:41 +0200 |
wenzelm |
normalized Proof.context/method type aliases;
|
file |
diff |
annotate
|
Sun, 30 Jul 2006 21:28:56 +0200 |
wenzelm |
added maxidx_values;
|
file |
diff |
annotate
|
Thu, 27 Jul 2006 13:43:01 +0200 |
wenzelm |
moved basic assumption operations from structure ProofContext to Assumption;
|
file |
diff |
annotate
|
Wed, 12 Jul 2006 19:59:13 +0200 |
wenzelm |
query/bang_colon: separate tokens;
|
file |
diff |
annotate
|
Thu, 27 Apr 2006 15:06:35 +0200 |
wenzelm |
tuned basic list operators (flat, maps, map_filter);
|
file |
diff |
annotate
|
Fri, 10 Feb 2006 02:22:41 +0100 |
wenzelm |
Context.generic is canonical state of parsers;
|
file |
diff |
annotate
|
Sat, 21 Jan 2006 23:02:14 +0100 |
wenzelm |
simplified type attribute;
|
file |
diff |
annotate
|
Tue, 10 Jan 2006 19:33:34 +0100 |
wenzelm |
added generic syntax;
|
file |
diff |
annotate
|