Wed, 28 Apr 2010 13:32:00 +0200 |
wenzelm |
made SML/NJ happy;
|
file |
diff |
annotate
|
Tue, 27 Apr 2010 21:53:55 +0200 |
wenzelm |
removed obsolete sanity check -- Sign.certify_sort is stable;
|
file |
diff |
annotate
|
Tue, 27 Apr 2010 19:44:04 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Tue, 27 Apr 2010 16:09:15 +0200 |
wenzelm |
tuned classrel completion -- bypass composition with reflexive edges;
|
file |
diff |
annotate
|
Tue, 27 Apr 2010 15:23:05 +0200 |
wenzelm |
tuned diff_classrels -- avoid slightly inefficient Symreltab.keys;
|
file |
diff |
annotate
|
Tue, 27 Apr 2010 15:03:19 +0200 |
wenzelm |
tuned aritiy completion -- slightly less intermediate data structures;
|
file |
diff |
annotate
|
Tue, 27 Apr 2010 14:41:27 +0200 |
wenzelm |
clarified proven results: store thm only and retrieve proof later via Thm.proof_of (this may also impact parallelism, because internal join_proofs is deferred);
|
file |
diff |
annotate
|
Tue, 27 Apr 2010 14:19:47 +0200 |
wenzelm |
misc tuning and simplification;
|
file |
diff |
annotate
|
Mon, 26 Apr 2010 14:44:41 +0200 |
wenzelm |
removed unused AxClass.class_intros;
|
file |
diff |
annotate
|
Sun, 25 Apr 2010 23:09:32 +0200 |
wenzelm |
renamed Drule.unconstrainTs to Thm.unconstrain_allTs to accomdate the version by krauss/schropp;
|
file |
diff |
annotate
|
Sun, 25 Apr 2010 22:50:47 +0200 |
wenzelm |
more systematic treatment of data -- avoid slightly odd nested tuples here;
|
file |
diff |
annotate
|
Sun, 25 Apr 2010 21:18:04 +0200 |
wenzelm |
replaced Sorts.rep_algebra by slightly more abstract selectors classes_of/arities_of;
|
file |
diff |
annotate
|
Sun, 25 Apr 2010 21:02:36 +0200 |
wenzelm |
misc tuning and simplification;
|
file |
diff |
annotate
|
Sun, 25 Apr 2010 19:44:47 +0200 |
wenzelm |
simplified some private bindings;
|
file |
diff |
annotate
|
Sun, 25 Apr 2010 19:09:37 +0200 |
wenzelm |
classrel and arity completion by krauss/schropp;
|
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
|
Thu, 25 Mar 2010 21:27:04 +0100 |
wenzelm |
Sorts.of_sort_derivation: do not use slow Graph.irreducible_paths here, which not always needed (SUBTLE CHANGE IN SEMANTICS);
|
file |
diff |
annotate
|
Thu, 25 Mar 2010 21:14:15 +0100 |
wenzelm |
removed unused AxClass.of_sort derivation;
|
file |
diff |
annotate
|
Mon, 22 Mar 2010 19:26:12 +0100 |
wenzelm |
inlined version of old-style Drule.add_axioms -- Specification.axiom is not bootstrapped yet;
|
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 22:13:31 +0100 |
wenzelm |
Logic.mk_of_sort convenience;
|
file |
diff |
annotate
|
Sat, 20 Mar 2010 17:33:11 +0100 |
wenzelm |
renamed varify/unvarify operations to varify_global/unvarify_global to emphasize that these only work in a global situation;
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 14:35:02 +0100 |
wenzelm |
added ProofContext.tsig_of -- proforma version for local name space only, not logical content;
|
file |
diff |
annotate
|
Fri, 19 Feb 2010 20:41:34 +0100 |
wenzelm |
Thm.def_binding;
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 21:26:40 +0100 |
wenzelm |
axclass: more precise treatment of naming vs. binding;
|
file |
diff |
annotate
|
Sun, 07 Feb 2010 19:33:34 +0100 |
wenzelm |
renamed old-style Drule.standard to Drule.export_without_context, to emphasize that this is in no way a standard operation;
|
file |
diff |
annotate
|
Mon, 04 Jan 2010 23:20:35 +0100 |
wenzelm |
discontinued old TheoryDataFun, but retain Theory_Data_PP with is Pretty.pp argument to merge (still required in exotic situations -- hard to get rid of);
|
file |
diff |
annotate
|
Mon, 04 Jan 2010 14:09:56 +0100 |
haftmann |
dropped copy operation for legacy TheoryDataFun
|
file |
diff |
annotate
|
Mon, 30 Nov 2009 12:28:12 +0100 |
haftmann |
dropped some unused bindings
|
file |
diff |
annotate
|
Thu, 29 Oct 2009 16:34:44 +0100 |
wenzelm |
eliminated obsolete/unused Thm.kind_internal/is_internal etc.;
|
file |
diff |
annotate
|
Wed, 28 Oct 2009 16:25:27 +0100 |
wenzelm |
conceal internal bindings;
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 21:35:46 +0100 |
wenzelm |
eliminated obsolete tags for types/consts -- now handled via name space, in strongly typed fashion;
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 20:54:21 +0100 |
wenzelm |
maintain theory name via name space, not tags;
|
file |
diff |
annotate
|
Thu, 22 Oct 2009 14:43:59 +0200 |
haftmann |
explicit close_derivation
|
file |
diff |
annotate
|
Sat, 17 Oct 2009 15:57:51 +0200 |
wenzelm |
indicate CRITICAL nature of various setmp combinators;
|
file |
diff |
annotate
|
Wed, 30 Sep 2009 22:53:33 +0200 |
wenzelm |
removed dead code;
|
file |
diff |
annotate
|
Tue, 29 Sep 2009 22:48:24 +0200 |
wenzelm |
modernized Balanced_Tree;
|
file |
diff |
annotate
|
Sun, 26 Jul 2009 13:12:52 +0200 |
wenzelm |
Goal.finish: explicit context for printing;
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 00:29:34 +0200 |
wenzelm |
add_classrel/arity: strip_shyps of stored result;
|
file |
diff |
annotate
|
Mon, 06 Jul 2009 20:36:38 +0200 |
wenzelm |
clarified Thm.of_class/of_sort/class_triv;
|
file |
diff |
annotate
|
Mon, 06 Jul 2009 19:58:52 +0200 |
wenzelm |
renamed inclass/Inclass to of_class/OfClass, in accordance to of_sort;
|
file |
diff |
annotate
|
Thu, 02 Jul 2009 21:26:18 +0200 |
wenzelm |
renamed Drule.sort_triv to Thm.sort_triv (cf. more_thm.ML);
|
file |
diff |
annotate
|
Sun, 24 May 2009 15:02:22 +0200 |
haftmann |
tuned class user space type system code
|
file |
diff |
annotate
|
Wed, 20 May 2009 12:09:07 +0200 |
haftmann |
avoid potential problem with stale theory
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 16:41:31 +0200 |
haftmann |
formal declaration of undefined parameters after class instantiation
|
file |
diff |
annotate
|
Fri, 13 Mar 2009 19:17:58 +0100 |
haftmann |
coherent binding policy with primitive target operations
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 13:18:42 +0100 |
wenzelm |
renamed sticky_prefix to mandatory_path;
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 12:04:27 +0100 |
wenzelm |
replaced old-style add_path/no_base_names by sticky_prefix;
|
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:16:50 +0100 |
wenzelm |
more uniform handling of binding in targets and derived elements;
|
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:37:50 +0100 |
haftmann |
merged
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 10:52:47 +0100 |
haftmann |
explicit error message for `improper` instances lacking explicit instance parameter constants
|
file |
diff |
annotate
|
Tue, 03 Mar 2009 14:07:43 +0100 |
wenzelm |
Thm.binding;
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 16:47:04 +0100 |
haftmann |
binding replaces bstring
|
file |
diff |
annotate
|
Sat, 17 Jan 2009 08:29:19 +0100 |
haftmann |
close derivation of classrels
|
file |
diff |
annotate
|
Thu, 04 Dec 2008 14:43:33 +0100 |
haftmann |
cleaned up binding module and related code
|
file |
diff |
annotate
|
Wed, 03 Sep 2008 17:47:30 +0200 |
wenzelm |
Sign.declare_const: Name.binding;
|
file |
diff |
annotate
|
Tue, 02 Sep 2008 14:10:45 +0200 |
wenzelm |
explicit type Name.binding for higher-specification elements;
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 11:24:32 +0200 |
haftmann |
completing arities after subclass instance
|
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, 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
|
Fri, 11 Jul 2008 23:17:23 +0200 |
wenzelm |
Sorts.weaken: abstract argument;
|
file |
diff |
annotate
|
Fri, 11 Jul 2008 09:02:30 +0200 |
haftmann |
explicit completions of arities
|
file |
diff |
annotate
|
Tue, 08 Jul 2008 18:13:10 +0200 |
haftmann |
refined arity property concept
|
file |
diff |
annotate
|
Mon, 30 Jun 2008 13:41:31 +0200 |
haftmann |
tagged arities
|
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, 02 Apr 2008 15:58:38 +0200 |
haftmann |
removed obscure "attach" feature
|
file |
diff |
annotate
|
Mon, 10 Mar 2008 21:51:44 +0100 |
haftmann |
exported suffix
|
file |
diff |
annotate
|
Tue, 08 Jan 2008 11:37:29 +0100 |
haftmann |
better error reporting
|
file |
diff |
annotate
|
Thu, 13 Dec 2007 07:09:05 +0100 |
haftmann |
exported axiomsN
|
file |
diff |
annotate
|
Tue, 11 Dec 2007 10:23:12 +0100 |
haftmann |
error handling for pathological cases
|
file |
diff |
annotate
|
Mon, 10 Dec 2007 11:24:15 +0100 |
haftmann |
moved instance parameter management from class.ML to axclass.ML
|
file |
diff |
annotate
|
Wed, 28 Nov 2007 09:01:50 +0100 |
haftmann |
naming policy for instances
|
file |
diff |
annotate
|
Thu, 11 Oct 2007 16:05:35 +0200 |
wenzelm |
moved define_class_params to Isar/class.ML;
|
file |
diff |
annotate
|
Tue, 09 Oct 2007 17:10:41 +0200 |
wenzelm |
renamed AxClass.get_definition to AxClass.get_info (again);
|
file |
diff |
annotate
|
Tue, 09 Oct 2007 00:20:13 +0200 |
wenzelm |
generic Syntax.pretty/string_of operations;
|
file |
diff |
annotate
|
Thu, 04 Oct 2007 20:29:13 +0200 |
wenzelm |
replaced AxClass.param_tyvarname by Name.aT;
|
file |
diff |
annotate
|
Sun, 30 Sep 2007 16:20:31 +0200 |
wenzelm |
Sign.add_consts_authentic: tags (Markup.property list);
|
file |
diff |
annotate
|
Sat, 29 Sep 2007 21:39:45 +0200 |
wenzelm |
Sign.add_const_constraint;
|
file |
diff |
annotate
|
Wed, 26 Sep 2007 20:50:33 +0200 |
wenzelm |
Sign.minimize/complete_sort;
|
file |
diff |
annotate
|
Tue, 25 Sep 2007 17:06:14 +0200 |
wenzelm |
proper Sign operations instead of Theory aliases;
|
file |
diff |
annotate
|
Sun, 23 Sep 2007 22:23:31 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sat, 15 Sep 2007 19:27:44 +0200 |
haftmann |
clarified class interfaces and internals
|
file |
diff |
annotate
|
Tue, 14 Aug 2007 23:22:51 +0200 |
wenzelm |
avoid low-level tsig;
|
file |
diff |
annotate
|
Tue, 19 Jun 2007 23:15:47 +0200 |
wenzelm |
balanced conjunctions;
|
file |
diff |
annotate
|
Mon, 07 May 2007 00:49:59 +0200 |
wenzelm |
simplified DataFun interfaces;
|
file |
diff |
annotate
|
Fri, 20 Apr 2007 11:21:47 +0200 |
haftmann |
moved axclass module closer to core system
|
file |
diff |
annotate
|
Sun, 15 Apr 2007 14:31:47 +0200 |
wenzelm |
Thm.fold_terms;
|
file |
diff |
annotate
|
Tue, 03 Apr 2007 19:24:16 +0200 |
wenzelm |
renamed of_sort_derivation record fields (avoid clash with Alice keywords);
|
file |
diff |
annotate
|
Fri, 02 Mar 2007 15:43:16 +0100 |
haftmann |
syntax for "class attach const"
|
file |
diff |
annotate
|
Fri, 29 Dec 2006 20:35:02 +0100 |
haftmann |
cleanup
|
file |
diff |
annotate
|
Fri, 29 Dec 2006 17:24:41 +0100 |
wenzelm |
replaced Sign.classes by Sign.all_classes (topologically sorted);
|
file |
diff |
annotate
|
Fri, 29 Dec 2006 12:11:02 +0100 |
haftmann |
dropped some bookkeeping
|
file |
diff |
annotate
|
Thu, 28 Dec 2006 14:30:39 +0100 |
wenzelm |
tuned msg;
|
file |
diff |
annotate
|
Wed, 27 Dec 2006 19:10:04 +0100 |
haftmann |
fixed misleading error message
|
file |
diff |
annotate
|
Thu, 21 Dec 2006 13:55:13 +0100 |
haftmann |
code clarifications
|
file |
diff |
annotate
|
Thu, 07 Dec 2006 00:42:04 +0100 |
wenzelm |
reorganized structure Goal vs. Tactic;
|
file |
diff |
annotate
|
Wed, 22 Nov 2006 10:22:04 +0100 |
haftmann |
completed class parameter handling in axclass.ML
|
file |
diff |
annotate
|
Tue, 19 Sep 2006 23:15:37 +0200 |
wenzelm |
Logic.name_classrel/arities;
|
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
|
Sun, 30 Jul 2006 21:28:52 +0200 |
wenzelm |
Thm.adjust_maxidx;
|
file |
diff |
annotate
|
Wed, 12 Jul 2006 17:00:31 +0200 |
haftmann |
class_of_param instead of class_of
|
file |
diff |
annotate
|
Sat, 08 Jul 2006 12:54:37 +0200 |
wenzelm |
Goal.prove: context;
|
file |
diff |
annotate
|
Wed, 28 Jun 2006 14:35:10 +0200 |
haftmann |
added lookup function for parameters
|
file |
diff |
annotate
|
Wed, 24 May 2006 01:04:59 +0200 |
wenzelm |
axiomatize class: Theory.add_deps;
|
file |
diff |
annotate
|
Sat, 20 May 2006 23:37:00 +0200 |
wenzelm |
class axiomatization: finals;
|
file |
diff |
annotate
|
Tue, 16 May 2006 13:01:24 +0200 |
wenzelm |
more abstract interface to classes/arities;
|
file |
diff |
annotate
|
Sun, 07 May 2006 00:22:05 +0200 |
wenzelm |
removed 'concl is' patterns;
|
file |
diff |
annotate
|
Fri, 05 May 2006 21:59:43 +0200 |
wenzelm |
of_sort: explicit cache value;
|
file |
diff |
annotate
|
Tue, 02 May 2006 00:33:40 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Tue, 02 May 2006 00:20:37 +0200 |
wenzelm |
of_sort: option;
|
file |
diff |
annotate
|
Mon, 01 May 2006 17:05:10 +0200 |
wenzelm |
of_sort: simplified derivation;
|
file |
diff |
annotate
|
Sun, 30 Apr 2006 22:50:05 +0200 |
wenzelm |
renamed add_axclass(_i) to define_axclass(_i);
|
file |
diff |
annotate
|
Sat, 29 Apr 2006 23:16:45 +0200 |
wenzelm |
instances data: mutable cache;
|
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:22:58 +0200 |
wenzelm |
get_info: removed 'super' field;
|
file |
diff |
annotate
|
Thu, 13 Apr 2006 12:00:55 +0200 |
wenzelm |
reworded add_axclass(_i): canonical specification format,
|
file |
diff |
annotate
|
Tue, 11 Apr 2006 16:00:01 +0200 |
wenzelm |
moved abstract syntax operations to logic.ML;
|
file |
diff |
annotate
|