2011-04-20 |
wenzelm |
merged
|
changeset |
files
|
2011-04-20 |
blanchet |
increase "auto"'s timeout in example to help SML/NJ
|
changeset |
files
|
2011-04-20 |
bulwahn |
making the evaluation of HOL.implies lazy even in strict languages by mapping it to an if statement
|
changeset |
files
|
2011-04-19 |
blanchet |
merged
|
changeset |
files
|
2011-04-19 |
blanchet |
avoid relying on "Thm.definitionK" to pick up definitions -- this was an old hack related to locales (to avoid expanding locale constants to their low-level definition) that is no longer necessary
|
changeset |
files
|
2011-04-19 |
berghofe |
merged
|
changeset |
files
|
2011-04-19 |
berghofe |
- renamed enum type class to spark_enum, to avoid confusion with
|
changeset |
files
|
2011-04-19 |
blanchet |
use "Spec_Rules" for finding axioms -- more reliable and cleaner
|
changeset |
files
|
2011-04-19 |
blanchet |
optimize trivial equalities early in Nitpick -- it shouldn't be the job of the peephole optimizer
|
changeset |
files
|
2011-04-19 |
blanchet |
remove a few Nitpick calls in examples -- another step toward making them run faster
|
changeset |
files
|
2011-04-19 |
blanchet |
check arity of bound variables to avoid generating too large Kodkod problems -- an issue that arose in the context of TPTP/CASC
|
changeset |
files
|
2011-04-19 |
wenzelm |
eliminated Codegen.mode in favour of explicit argument;
|
changeset |
files
|
2011-04-19 |
wenzelm |
less bulky "_position", for improved readability of parse trees;
|
changeset |
files
|
2011-04-19 |
wenzelm |
added more elementary Skip_Proof.make_thm_cterm;
|
changeset |
files
|
2011-04-19 |
wenzelm |
explicit markup for loose bounds;
|
changeset |
files
|
2011-04-19 |
wenzelm |
prefer internal types, via Simple_Syntax.read_typ;
|
changeset |
files
|
2011-04-19 |
wenzelm |
eliminated obsolete Proof_Syntax.strip_sorts_consttypes;
|
changeset |
files
|
2011-04-19 |
wenzelm |
split Type_Infer into early and late part, after Proof_Context;
|
changeset |
files
|
2011-04-19 |
wenzelm |
minor tuning and modernization;
|
changeset |
files
|
2011-04-19 |
wenzelm |
slightly more special eq_list/eq_set, with shortcut involving pointer_eq;
|
changeset |
files
|
2011-04-19 |
wenzelm |
simplified check/uncheck interfaces: result comparison is hardwired by default;
|
changeset |
files
|
2011-04-19 |
wenzelm |
updated some theory primitives, which now depend on auxiliary context;
|
changeset |
files
|
2011-04-19 |
wenzelm |
more precise treatment of existing type inference parameters;
|
changeset |
files
|
2011-04-18 |
wenzelm |
pretty_abbrev: read abbreviation more directly;
|
changeset |
files
|
2011-04-18 |
wenzelm |
tuned signature;
|
changeset |
files
|
2011-04-18 |
krauss |
raised timeouts further, for SML/NJ!
|
changeset |
files
|
2011-04-18 |
berghofe |
Package prefix is now taken into account when looking up user-defined
|
changeset |
files
|
2011-04-18 |
wenzelm |
merged
|
changeset |
files
|
2011-04-18 |
wenzelm |
recovered Theory.check_def: full name needs to be determined from background thy, not auxiliary ctxt (broken in 774df7c59508, caused Nitpick.all_axioms_of to produce bad results);
|
changeset |
files
|
2011-04-18 |
krauss |
scheduler for Mutabelle regression
|
changeset |
files
|
2011-04-18 |
krauss |
tool for importing nightly isatest logs
|
changeset |
files
|
2011-04-18 |
bulwahn |
adding bounded_forall tester
|
changeset |
files
|
2011-04-18 |
bulwahn |
creating generic test_term function; corrected instantiate_exhaustive_datatype; tuned
|
changeset |
files
|
2011-04-18 |
wenzelm |
pass plain Proof.context for pretty printing;
|
changeset |
files
|
2011-04-18 |
wenzelm |
standardized aliases of operations on tsig;
|
changeset |
files
|
2011-04-18 |
wenzelm |
pass plain Proof.context for pretty printing;
|
changeset |
files
|
2011-04-18 |
wenzelm |
tuned;
|
changeset |
files
|
2011-04-18 |
wenzelm |
simplified Sorts.class_error: plain Proof.context;
|
changeset |
files
|
2011-04-18 |
wenzelm |
pass plain Proof.context for pretty printing;
|
changeset |
files
|
2011-04-18 |
wenzelm |
simplified pretty printing context, which is only required for certain kernel operations;
|
changeset |
files
|
2011-04-17 |
wenzelm |
provide structure Syntax early (before structure Type), back-patch check/uncheck later;
|
changeset |
files
|
2011-04-17 |
wenzelm |
added Binding.print convenience, which includes quote already;
|
changeset |
files
|
2011-04-17 |
wenzelm |
markup attributes/methods via name space;
|
changeset |
files
|
2011-04-17 |
wenzelm |
tuned signature;
|
changeset |
files
|
2011-04-17 |
wenzelm |
markup facts via name space;
|
changeset |
files
|
2011-04-17 |
wenzelm |
tuned -- order in memory according to variance;
|
changeset |
files
|
2011-04-17 |
wenzelm |
eliminated obsolete markup -- superseded by generic "entity" markup;
|
changeset |
files
|
2011-04-17 |
wenzelm |
report Name_Space.declare/define, relatively to context;
|
changeset |
files
|
2011-04-17 |
wenzelm |
clarified pretty_parsetree: suppress literal tokens;
|
changeset |
files
|
2011-04-16 |
wenzelm |
PARALLEL_GOALS for simplification within auto_tac;
|
changeset |
files
|
2011-04-16 |
wenzelm |
PARALLEL_GOALS for method "simp_all";
|
changeset |
files
|
2011-04-16 |
wenzelm |
enable PARALLEL_GOALS more liberally, unlike forked proofs (cf. 34b9652b2f45);
|
changeset |
files
|
2011-04-16 |
wenzelm |
refined PARALLEL_GOALS;
|
changeset |
files
|
2011-04-16 |
wenzelm |
tuned blast: navigate to subgoal only once;
|
changeset |
files
|
2011-04-16 |
wenzelm |
proper subgoal addressing via SUBGOAL/CSUBGOAL -- assuming these tactics did not handle Subscript in any special way;
|
changeset |
files
|
2011-04-16 |
wenzelm |
more direct Thm.cprem_of (with exception THM instead of Subscript);
|
changeset |
files
|
2011-04-16 |
wenzelm |
more direct Thm.cprem_of (with exception THM instead of Subscript);
|
changeset |
files
|
2011-04-16 |
wenzelm |
more direct Logic.dest_implies (with exception TERM instead of Subscript);
|
changeset |
files
|
2011-04-16 |
wenzelm |
eliminated old List.nth;
|
changeset |
files
|
2011-04-16 |
wenzelm |
do not open ML structures;
|
changeset |
files
|