ballarin [Tue, 20 Jun 2006 15:53:44 +0200] rev 19931
Restructured locales with predicates: import is now an interpretation.
New method intro_locales.
krauss [Tue, 20 Jun 2006 14:51:59 +0200] rev 19930
Fixed another variable order bug...
haftmann [Tue, 20 Jun 2006 10:16:22 +0200] rev 19929
switched to open locales for classes
haftmann [Tue, 20 Jun 2006 10:10:06 +0200] rev 19928
switched to open locales for classes
wenzelm [Mon, 19 Jun 2006 22:06:36 +0200] rev 19927
refrain from reforming TFL -- back to previous revision;
wenzelm [Mon, 19 Jun 2006 20:21:32 +0200] rev 19926
added declare_thm, thm_context;
added trade(T);
wenzelm [Mon, 19 Jun 2006 20:21:30 +0200] rev 19925
eliminated freeze/varify in favour of Variable.import/export/trade;
webertj [Mon, 19 Jun 2006 19:56:32 +0200] rev 19924
world map updated
webertj [Mon, 19 Jun 2006 19:17:48 +0200] rev 19923
world map updated
krauss [Mon, 19 Jun 2006 18:25:34 +0200] rev 19922
Fixed name clash.
Function-goals are now fully quantified.
Avoiding large meta-conjunctions when setting up the goal.
Cleanup.
webertj [Mon, 19 Jun 2006 18:02:49 +0200] rev 19921
world map updated
wenzelm [Mon, 19 Jun 2006 17:19:04 +0200] rev 19920
matchers: try pattern_matchers only *after* general matching (The
pattern version is not a faithful approximation because it falls back
on first-order matching!);
wenzelm [Sat, 17 Jun 2006 19:38:01 +0200] rev 19919
ProofContext.exports: simultaneous facts;
wenzelm [Sat, 17 Jun 2006 19:38:00 +0200] rev 19918
moved internal/skolem to term.ML;
wenzelm [Sat, 17 Jun 2006 19:37:59 +0200] rev 19917
mutual_rule: proper context;
wenzelm [Sat, 17 Jun 2006 19:37:58 +0200] rev 19916
export: simultaneous facts, refer to Variable.export;
Term.internal/skolem;
wenzelm [Sat, 17 Jun 2006 19:37:57 +0200] rev 19915
ProofContext.exports: simultaneous facts;
Variable.exportT_terms;
wenzelm [Sat, 17 Jun 2006 19:37:55 +0200] rev 19914
Variable.importT_inst;
Term.internal;
wenzelm [Sat, 17 Jun 2006 19:37:54 +0200] rev 19913
standard: simultaneous facts;
wenzelm [Sat, 17 Jun 2006 19:37:53 +0200] rev 19912
added singleton;
wenzelm [Sat, 17 Jun 2006 19:37:52 +0200] rev 19911
major reworking of export functionality -- based on Term/Thm.generalize;
tuned interfaces;
wenzelm [Sat, 17 Jun 2006 19:37:51 +0200] rev 19910
added generalize rule;
added maxidx_thm;
wenzelm [Sat, 17 Jun 2006 19:37:50 +0200] rev 19909
added exists_subtype;
added internal/skolem (from Syntax/lexicon.ML);
added generalize(T);
wenzelm [Sat, 17 Jun 2006 19:37:49 +0200] rev 19908
added generalize rule;
wenzelm [Sat, 17 Jun 2006 19:37:48 +0200] rev 19907
Term.skolem;
wenzelm [Sat, 17 Jun 2006 19:37:47 +0200] rev 19906
Term.internal;
wenzelm [Sat, 17 Jun 2006 19:37:46 +0200] rev 19905
ProofContext.export: singleton;
wenzelm [Sat, 17 Jun 2006 19:37:45 +0200] rev 19904
RuleCases.mutual_rule: ctxt;
ProofContext.exports: simultaneous facts;
wenzelm [Sat, 17 Jun 2006 19:37:43 +0200] rev 19903
RuleCases.mutual_rule: ctxt;
Term.internal;
ProofContext.exports: simultaneous facts;
dixon [Sat, 17 Jun 2006 18:58:12 +0200] rev 19902
added interface for making term contexts.