2009-07-25 |
wenzelm |
eliminated obsolete/obscure Seq.wrap, Position.setmp_thread_data_seq;
|
changeset |
files
|
2009-07-25 |
wenzelm |
Method.Basic: no position;
|
changeset |
files
|
2009-07-25 |
wenzelm |
basic method application: avoid Position.setmp_thread_data_seq, which destroys transaction context;
|
changeset |
files
|
2009-07-25 |
wenzelm |
dequeue_towards: need to try imm_preds as well;
|
changeset |
files
|
2009-07-25 |
wenzelm |
internal session timing;
|
changeset |
files
|
2009-07-25 |
wenzelm |
enqueue: maintain transitive closure, which simplifies dequeue_towards;
|
changeset |
files
|
2009-07-25 |
wenzelm |
ML_Context.the_generic_context;
|
changeset |
files
|
2009-07-25 |
wenzelm |
eliminated redundant Library.multiply;
|
changeset |
files
|
2009-07-25 |
wenzelm |
renamed structure Display_Goal to Goal_Display;
|
changeset |
files
|
2009-07-24 |
wenzelm |
tuned tracing;
|
changeset |
files
|
2009-07-24 |
wenzelm |
added Multithreading.real_time;
|
changeset |
files
|
2009-07-24 |
wenzelm |
simplified/unified Multithreading.tracing_time;
|
changeset |
files
|
2009-07-24 |
wenzelm |
get_name: cover only PThm, not PAxm;
|
changeset |
files
|
2009-07-24 |
wenzelm |
eliminated OldGoals.read_term;
|
changeset |
files
|
2009-07-24 |
wenzelm |
more antiquotations instead of adhoc ML stuff;
|
changeset |
files
|
2009-07-24 |
wenzelm |
ML_Context.the_local_context;
|
changeset |
files
|
2009-07-24 |
wenzelm |
eliminated the_context;
|
changeset |
files
|
2009-07-24 |
wenzelm |
do not open OldGoals;
|
changeset |
files
|
2009-07-24 |
wenzelm |
renamed functor SplitterFun to Splitter, require explicit theory;
|
changeset |
files
|
2009-07-24 |
wenzelm |
renamed functor BlastFun to Blast, require explicit theory;
|
changeset |
files
|
2009-07-24 |
wenzelm |
eliminated OldGoals.prove_goal;
|
changeset |
files
|
2009-07-24 |
wenzelm |
explicit OldGoals;
|
changeset |
files
|
2009-07-24 |
wenzelm |
structure OldGoals: no pervasive names;
|
changeset |
files
|
2009-07-24 |
wenzelm |
renamed functor ProjectRuleFun to Project_Rule;
|
changeset |
files
|
2009-07-24 |
wenzelm |
renamed functor InductFun to Induct;
|
changeset |
files
|
2009-07-24 |
wenzelm |
tuned;
|
changeset |
files
|
2009-07-24 |
wenzelm |
renamed Pure/tctical.ML to Pure/tactical.ML;
|
changeset |
files
|
2009-07-24 |
wenzelm |
eliminated print_goals_without_context -- proper pretty printing;
|
changeset |
files
|
2009-07-24 |
wenzelm |
Display_Goal.pretty_goals: always Markup.subgoal, clarified options;
|
changeset |
files
|
2009-07-24 |
wenzelm |
removed Formal_Power_Series_Examples (cf. adea7a729c7a);
|
changeset |
files
|
2009-07-24 |
wenzelm |
make: keep going by default;
|
changeset |
files
|
2009-07-23 |
chaieb |
merged
|
changeset |
files
|
2009-07-23 |
chaieb |
merged
|
changeset |
files
|
2009-07-23 |
chaieb |
fixed proof --- fact_setprod removed for fact_altdef_nat
|
changeset |
files
|
2009-07-23 |
chaieb |
merged
|
changeset |
files
|
2009-07-23 |
chaieb |
Vandermonde vs Pochhammer; Hypergeometric series - very basic facts
|
changeset |
files
|
2009-07-23 |
chaieb |
More theorems about pochhammer
|
changeset |
files
|
2009-07-15 |
chaieb |
Moved theorem binomial_symmetric from Formal_Power_Series to here
|
changeset |
files
|
2009-07-15 |
chaieb |
Moved important theorems from FPS_Examples to FPS --- they are not
|
changeset |
files
|
2009-07-23 |
wenzelm |
removed obsolete ML proof tools;
|
changeset |
files
|
2009-07-23 |
wenzelm |
more @{theory} antiquotations;
|
changeset |
files
|
2009-07-23 |
wenzelm |
eliminated adhoc ML code;
|
changeset |
files
|
2009-07-23 |
wenzelm |
misc modernization: proper method setup instead of adhoc ML proofs;
|
changeset |
files
|
2009-07-23 |
wenzelm |
global_claset_of;
|
changeset |
files
|
2009-07-23 |
wenzelm |
Proper context for simpset_of, claset_of, clasimpset_of.
|
changeset |
files
|
2009-07-23 |
wenzelm |
local simpset_of;
|
changeset |
files
|
2009-07-23 |
wenzelm |
renamed simpset_of to global_simpset_of, and local_simpset_of to simpset_of -- same for claset and clasimpset;
|
changeset |
files
|
2009-07-23 |
wenzelm |
renamed simpset_of to global_simpset_of, and local_simpset_of to simpset_of -- same for claset and clasimpset;
|
changeset |
files
|
2009-07-23 |
wenzelm |
merged
|
changeset |
files
|
2009-07-23 |
wenzelm |
paramify_vars: Term_Subst.map_atypsT_same
|
changeset |
files
|
2009-07-23 |
wenzelm |
clarified pretty_goals, pretty_thm_aux: plain context;
|
changeset |
files
|
2009-07-23 |
wenzelm |
use regular Display.string_of_thm_global;
|
changeset |
files
|
2009-07-23 |
wenzelm |
tuned ML_OPTIONS;
|
changeset |
files
|
2009-07-23 |
haftmann |
fixed doc
|
changeset |
files
|
2009-07-23 |
berghofe |
Purely functional type inference.
|
changeset |
files
|
2009-07-22 |
haftmann |
merged
|
changeset |
files
|
2009-07-22 |
haftmann |
moved complete_lattice &c. into separate theory
|
changeset |
files
|
2009-07-22 |
Christian Urban |
merged
|
changeset |
files
|
2009-07-22 |
Christian Urban |
tuned proofs and added some lemmas
|
changeset |
files
|
2009-07-22 |
haftmann |
merged
|
changeset |
files
|