Mon, 06 Jul 2009 22:41:00 +0200 |
wenzelm |
witness_sorts: proper type witnesses for hyps, not invented "'hyp" variables;
|
file |
diff |
annotate
|
Thu, 19 Mar 2009 13:28:55 +0100 |
wenzelm |
use Name.of_binding for basic logical entities without name space (fixes, case names etc.);
|
file |
diff |
annotate
|
Sat, 14 Mar 2009 00:13:50 +0100 |
wenzelm |
removed obsolete no_base_names naming policy;
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 13:18:42 +0100 |
wenzelm |
renamed sticky_prefix to mandatory_path;
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 16:36:27 +0100 |
wenzelm |
eliminated qualified_names naming policy: qualified names are only permitted via explicit Binding.qualify/qualified_name etc. (NB: user-level outer syntax should never do this);
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 15:44:12 +0100 |
wenzelm |
removed obsolete absolute_path -- use root_path with qualified binding;
|
file |
diff |
annotate
|
Tue, 10 Mar 2009 21:20:01 +0100 |
wenzelm |
explicit root_path, parent_path;
|
file |
diff |
annotate
|
Sun, 08 Mar 2009 17:26:14 +0100 |
wenzelm |
moved basic algebra of long names from structure NameSpace to Long_Name;
|
file |
diff |
annotate
|
Sat, 07 Mar 2009 22:12:07 +0100 |
wenzelm |
replace old bstring by binding for logical primitives: class, type, const etc.;
|
file |
diff |
annotate
|
Thu, 05 Mar 2009 12:08:00 +0100 |
wenzelm |
renamed NameSpace.base to NameSpace.base_name;
|
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 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
|
Tue, 03 Mar 2009 15:09:08 +0100 |
wenzelm |
Binding.str_of;
|
file |
diff |
annotate
|
Fri, 27 Feb 2009 16:38:52 +0100 |
wenzelm |
eliminated NJ's List.nth;
|
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
|
Fri, 05 Dec 2008 18:43:42 +0100 |
haftmann |
Name.name_of -> Binding.base_name
|
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
|
Thu, 20 Nov 2008 19:06:02 +0100 |
haftmann |
dropped legacy naming code
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 14:55:25 +0100 |
haftmann |
using name bindings
|
file |
diff |
annotate
|
Fri, 14 Nov 2008 08:50:10 +0100 |
haftmann |
namify and name_decl combinators
|
file |
diff |
annotate
|
Wed, 03 Sep 2008 17:47:34 +0200 |
wenzelm |
declare_const: Name.binding, store/report position;
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 11:48:54 +0200 |
wenzelm |
type Properties.T;
|
file |
diff |
annotate
|
Fri, 20 Jun 2008 21:00:26 +0200 |
haftmann |
type constructors now with markup
|
file |
diff |
annotate
|
Thu, 19 Jun 2008 22:05:01 +0200 |
wenzelm |
moved get_sort to Isar/proof_context.ML;
|
file |
diff |
annotate
|
Wed, 18 Jun 2008 18:55:05 +0200 |
wenzelm |
removed obsolete term reading operations (cf. old_goals.ML for legacy emulations);
|
file |
diff |
annotate
|
Sat, 14 Jun 2008 17:26:14 +0200 |
wenzelm |
certify_term: reject qualified frees;
|
file |
diff |
annotate
|
Fri, 13 Jun 2008 21:04:42 +0200 |
wenzelm |
map_const: soft version, no failure here;
|
file |
diff |
annotate
|
Fri, 23 May 2008 21:20:26 +0200 |
wenzelm |
add constants: set Markup.theory_nameN in tags;
|
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
|
Sat, 17 May 2008 14:27:01 +0200 |
wenzelm |
added pretty_global flag;
|
file |
diff |
annotate
|
Thu, 17 Apr 2008 16:30:47 +0200 |
wenzelm |
token translations: context dependent, result Pretty.T;
|
file |
diff |
annotate
|
Tue, 15 Apr 2008 18:49:22 +0200 |
wenzelm |
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
|
file |
diff |
annotate
|
Sun, 13 Apr 2008 16:40:02 +0200 |
wenzelm |
tsig: removed unnecessary universal witness;
|
file |
diff |
annotate
|
Sat, 12 Apr 2008 17:00:45 +0200 |
wenzelm |
rep_cterm/rep_thm: no longer dereference theory_ref;
|
file |
diff |
annotate
|
Fri, 14 Mar 2008 08:52:53 +0100 |
haftmann |
added mk_const functions
|
file |
diff |
annotate
|
Tue, 27 Nov 2007 16:48:38 +0100 |
wenzelm |
standard_parse_term: check ambiguous results without changing the result yet;
|
file |
diff |
annotate
|
Fri, 23 Nov 2007 21:09:30 +0100 |
haftmann |
separated typedecl module, providing typedecl command with interpretation
|
file |
diff |
annotate
|
Sun, 11 Nov 2007 14:00:09 +0100 |
wenzelm |
syntax operations: turned extend'' into update'' (absorb duplicates);
|
file |
diff |
annotate
|
Sat, 10 Nov 2007 23:03:56 +0100 |
wenzelm |
notation: based on Syntax.update_const_gram (avoids duplicates);
|
file |
diff |
annotate
|
Fri, 09 Nov 2007 19:37:35 +0100 |
wenzelm |
tyabbr/syntax/consts: replaced obsolete read_typ by Syntax.parse_typ/certify_typ;
|
file |
diff |
annotate
|
Thu, 08 Nov 2007 20:08:02 +0100 |
wenzelm |
removed unused read_def_terms';
|
file |
diff |
annotate
|
Wed, 07 Nov 2007 16:42:55 +0100 |
wenzelm |
removed obsolete Sign.read_tyname/const (cf. ProofContext);
|
file |
diff |
annotate
|
Sat, 20 Oct 2007 18:54:30 +0200 |
wenzelm |
no_variables: tuned error msg;
|
file |
diff |
annotate
|
Wed, 17 Oct 2007 23:16:30 +0200 |
wenzelm |
removed unused set_policy;
|
file |
diff |
annotate
|
Tue, 16 Oct 2007 17:06:11 +0200 |
wenzelm |
add_abbrev: removed Logic.legacy_varifyT, do not unvarify result (again);
|
file |
diff |
annotate
|
Mon, 15 Oct 2007 21:08:36 +0200 |
wenzelm |
renamed Consts.the_declaration to Consts.the_type;
|
file |
diff |
annotate
|
Sat, 13 Oct 2007 17:16:42 +0200 |
wenzelm |
add_abbrevs: unvarify result;
|
file |
diff |
annotate
|
Thu, 11 Oct 2007 19:10:23 +0200 |
wenzelm |
dest/cert_def: replaced Pretty.pp by explicit Proof.context;
|
file |
diff |
annotate
|
Thu, 11 Oct 2007 16:38:57 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Thu, 11 Oct 2007 16:05:23 +0200 |
wenzelm |
replaced Sign.add_consts_authentic by Sign.declare_const;
|
file |
diff |
annotate
|
Wed, 10 Oct 2007 17:31:56 +0200 |
wenzelm |
generalized notation interface (add or del);
|
file |
diff |
annotate
|
Tue, 09 Oct 2007 00:20:21 +0200 |
wenzelm |
generic Syntax.pretty/string_of operations;
|
file |
diff |
annotate
|
Sun, 30 Sep 2007 16:20:38 +0200 |
wenzelm |
add_consts_authentic/add_abbrev: tags (Markup.property list);
|
file |
diff |
annotate
|
Sat, 29 Sep 2007 21:39:46 +0200 |
wenzelm |
removed obsolete external interface add_const_constraint;
|
file |
diff |
annotate
|
Wed, 26 Sep 2007 20:50:34 +0200 |
wenzelm |
added minimize_sort, complete_sort;
|
file |
diff |
annotate
|
Tue, 25 Sep 2007 13:28:37 +0200 |
wenzelm |
Syntax.parse/check/read;
|
file |
diff |
annotate
|
Sat, 22 Sep 2007 17:45:56 +0200 |
wenzelm |
certify': proper do_expand argument (which observes force_expand consts) instead of home-grown normalize;
|
file |
diff |
annotate
|
Sat, 01 Sep 2007 18:17:42 +0200 |
wenzelm |
read_def_terms: replaced full Syntax.check_typs by certify_typ, to workaround problems with illegal schematic type vars;
|
file |
diff |
annotate
|
Thu, 30 Aug 2007 15:04:44 +0200 |
wenzelm |
infer_types: general check_typs instead of Type.cert_typ_mode;
|
file |
diff |
annotate
|
Mon, 20 Aug 2007 23:41:37 +0200 |
wenzelm |
read_def_terms: moved disambig to syntax.ML;
|
file |
diff |
annotate
|
Tue, 14 Aug 2007 23:22:55 +0200 |
wenzelm |
replaced certify_typ_syntax/abbrev by certify_typ_mode;
|
file |
diff |
annotate
|
Tue, 14 Aug 2007 13:20:18 +0200 |
wenzelm |
PrimitiveDefs.dest_def;
|
file |
diff |
annotate
|
Sun, 12 Aug 2007 18:53:05 +0200 |
wenzelm |
read_def_terms': restrict scope of disambiguation to individual term;
|
file |
diff |
annotate
|
Fri, 03 Aug 2007 16:28:21 +0200 |
wenzelm |
certify: no check_thy here;
|
file |
diff |
annotate
|
Tue, 24 Jul 2007 19:44:35 +0200 |
wenzelm |
moved exception capture/release to structure Exn;
|
file |
diff |
annotate
|
Mon, 09 Jul 2007 11:44:20 +0200 |
wenzelm |
type output = string indicates raw system output;
|
file |
diff |
annotate
|
Sat, 07 Jul 2007 00:14:56 +0200 |
wenzelm |
simplified pretty token metric: type int;
|
file |
diff |
annotate
|
Mon, 07 May 2007 00:49:59 +0200 |
wenzelm |
simplified DataFun interfaces;
|
file |
diff |
annotate
|
Thu, 26 Apr 2007 14:24:14 +0200 |
wenzelm |
renamed some old names Theory.xxx to Sign.xxx;
|
file |
diff |
annotate
|
Thu, 26 Apr 2007 12:00:05 +0200 |
wenzelm |
renamed some old names Theory.xxx to Sign.xxx;
|
file |
diff |
annotate
|
Sat, 21 Apr 2007 11:07:45 +0200 |
wenzelm |
export get_sort (belongs to Syntax module);
|
file |
diff |
annotate
|
Sun, 15 Apr 2007 23:25:50 +0200 |
wenzelm |
removed obsolete TypeInfer.logicT -- use dummyT;
|
file |
diff |
annotate
|
Sun, 15 Apr 2007 14:31:54 +0200 |
wenzelm |
removed obsolete infer_types(_simult);
|
file |
diff |
annotate
|
Sat, 14 Apr 2007 17:36:14 +0200 |
wenzelm |
read_typ_XXX: no sorts;
|
file |
diff |
annotate
|
Fri, 19 Jan 2007 22:08:20 +0100 |
wenzelm |
moved ML translation interfaces to isar_cmd.ML;
|
file |
diff |
annotate
|
Fri, 19 Jan 2007 13:09:33 +0100 |
wenzelm |
adapted ML context operations;
|
file |
diff |
annotate
|
Fri, 29 Dec 2006 17:24:43 +0100 |
wenzelm |
replaced classes by all_classes (topologically sorted);
|
file |
diff |
annotate
|
Tue, 12 Dec 2006 20:49:23 +0100 |
wenzelm |
add_abbrev: tuned signature;
|
file |
diff |
annotate
|
Mon, 11 Dec 2006 21:39:26 +0100 |
wenzelm |
advanced translation functions: Proof.context;
|
file |
diff |
annotate
|
Sun, 10 Dec 2006 15:30:39 +0100 |
wenzelm |
added no_frees;
|
file |
diff |
annotate
|
Sat, 09 Dec 2006 18:05:41 +0100 |
wenzelm |
tuned Consts signature;
|
file |
diff |
annotate
|
Thu, 07 Dec 2006 21:08:48 +0100 |
wenzelm |
simplified add_abbrev -- single argument;
|
file |
diff |
annotate
|
Thu, 07 Dec 2006 17:58:46 +0100 |
wenzelm |
simplified add_abbrevs: no mixfix;
|
file |
diff |
annotate
|
Wed, 06 Dec 2006 21:18:58 +0100 |
wenzelm |
add_abbrevs: moved common parts to consts.ML;
|
file |
diff |
annotate
|
Tue, 05 Dec 2006 22:14:46 +0100 |
wenzelm |
add_notation: permissive about undeclared consts;
|
file |
diff |
annotate
|
Thu, 09 Nov 2006 21:44:27 +0100 |
wenzelm |
abbrevs: return result;
|
file |
diff |
annotate
|
Tue, 07 Nov 2006 11:46:48 +0100 |
wenzelm |
replaced const_syntax by notation, which operates on terms;
|
file |
diff |
annotate
|
Sun, 05 Nov 2006 21:44:37 +0100 |
wenzelm |
added const_syntax_name;
|
file |
diff |
annotate
|
Fri, 29 Sep 2006 22:47:01 +0200 |
wenzelm |
Syntax.mode;
|
file |
diff |
annotate
|
Thu, 28 Sep 2006 23:42:56 +0200 |
wenzelm |
consts: syntax consts only for actual syntax;
|
file |
diff |
annotate
|
Thu, 21 Sep 2006 19:04:20 +0200 |
wenzelm |
member (op =);
|
file |
diff |
annotate
|
Fri, 15 Sep 2006 22:56:13 +0200 |
wenzelm |
renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 17:30:38 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Thu, 27 Jul 2006 13:43:08 +0200 |
wenzelm |
read_def_cterms (legacy version): Consts.certify;
|
file |
diff |
annotate
|
Wed, 26 Jul 2006 00:44:49 +0200 |
wenzelm |
moved pprint functions to Isar/proof_display.ML;
|
file |
diff |
annotate
|
Wed, 19 Jul 2006 12:11:57 +0200 |
wenzelm |
Sign.infer_types: Name.context;
|
file |
diff |
annotate
|
Wed, 07 Jun 2006 02:01:28 +0200 |
wenzelm |
renamed Type.(un)varifyT to Logic.(un)varifyT;
|
file |
diff |
annotate
|
Wed, 17 May 2006 22:34:49 +0200 |
wenzelm |
consts: replaced early'' flag by inverted authentic'';
|
file |
diff |
annotate
|
Wed, 17 May 2006 01:23:46 +0200 |
wenzelm |
always preserve authentic consts -- removed Syntax.mixfix_const;
|
file |
diff |
annotate
|
Tue, 16 May 2006 21:33:07 +0200 |
wenzelm |
added add_const_syntax, add_consts_authentic;
|
file |
diff |
annotate
|
Tue, 16 May 2006 13:01:24 +0200 |
wenzelm |
more abstract interface to classes/arities;
|
file |
diff |
annotate
|
Sun, 30 Apr 2006 22:50:07 +0200 |
wenzelm |
removed add_classes/classrel/arities (superceded by AxClass.axiomatize_class/classrel/arity);
|
file |
diff |
annotate
|
Thu, 27 Apr 2006 15:06:35 +0200 |
wenzelm |
tuned basic list operators (flat, maps, map_filter);
|
file |
diff |
annotate
|
Tue, 25 Apr 2006 22:23:11 +0200 |
wenzelm |
added arity_number/sorts;
|
file |
diff |
annotate
|
Thu, 13 Apr 2006 12:01:05 +0200 |
wenzelm |
added typ_equiv;
|
file |
diff |
annotate
|
Tue, 11 Apr 2006 16:00:03 +0200 |
wenzelm |
added super_classes (from sorts.ML);
|
file |
diff |
annotate
|
Mon, 10 Apr 2006 00:33:49 +0200 |
wenzelm |
Term.itselfT;
|
file |
diff |
annotate
|
Sun, 09 Apr 2006 18:51:19 +0200 |
wenzelm |
abbrevs: mode does not affect name space;
|
file |
diff |
annotate
|
Sat, 08 Apr 2006 22:51:20 +0200 |
wenzelm |
pretty_term': early vs. late externing (support authentic syntax);
|
file |
diff |
annotate
|
Sat, 18 Mar 2006 20:10:48 +0100 |
wenzelm |
export arities_of instead of classes_arities_of;
|
file |
diff |
annotate
|
Tue, 14 Mar 2006 16:29:35 +0100 |
wenzelm |
declared_const: check for type constraint only, i.e. admit abbreviations as well;
|
file |
diff |
annotate
|
Sat, 11 Mar 2006 21:23:10 +0100 |
wenzelm |
got rid of type Sign.sg;
|
file |
diff |
annotate
|
Sat, 11 Mar 2006 16:53:23 +0100 |
wenzelm |
added read_class, read/cert_classrel/arity (from axclass.ML);
|
file |
diff |
annotate
|
Fri, 17 Feb 2006 20:03:14 +0100 |
wenzelm |
add_const_constraint(_i): demand TFrees instead of TVars, optional type (i.e. may delete constraints);
|
file |
diff |
annotate
|
Wed, 15 Feb 2006 21:35:04 +0100 |
wenzelm |
replaced qualified_force_prefix to sticky_prefix;
|
file |
diff |
annotate
|
Sat, 11 Feb 2006 17:17:48 +0100 |
wenzelm |
removed custom_accesses;
|
file |
diff |
annotate
|
Fri, 10 Feb 2006 02:22:32 +0100 |
wenzelm |
tuned extern_term, pretty_term';
|
file |
diff |
annotate
|