2014-01-14 |
blanchet |
automatically solve proof obligations produced for code equations
|
changeset |
files
|
2014-01-14 |
blanchet |
use 'disc_exhausts' property both from types on which 'case's take place and on return type
|
changeset |
files
|
2014-01-13 |
wenzelm |
activation of Z3 via "z3_non_commercial" system option (without requiring restart);
|
changeset |
files
|
2014-01-13 |
wenzelm |
tuned;
|
changeset |
files
|
2014-01-13 |
blanchet |
use the right context in 'unfold_thms id_def'
|
changeset |
files
|
2014-01-13 |
blanchet |
repaired 'ctr' tactic w.r.t. 'split'
|
changeset |
files
|
2014-01-13 |
nipkow |
tuned
|
changeset |
files
|
2014-01-12 |
wenzelm |
merged
|
changeset |
files
|
2014-01-12 |
wenzelm |
NEWS;
|
changeset |
files
|
2014-01-12 |
wenzelm |
proper context for clear_simpset: preserve dounds, depth;
|
changeset |
files
|
2014-01-12 |
wenzelm |
clarified context;
|
changeset |
files
|
2014-01-12 |
wenzelm |
tuned signature;
|
changeset |
files
|
2014-01-12 |
wenzelm |
tuned signature;
|
changeset |
files
|
2014-01-11 |
wenzelm |
check_hyps when attributes are applied;
|
changeset |
files
|
2014-01-11 |
wenzelm |
more accurate context;
|
changeset |
files
|
2014-01-11 |
wenzelm |
reactivate Thm.check_hyps, after adapting AFP/Datatype_Order_Generator (see AFP/b7e389b5765c);
|
changeset |
files
|
2014-01-11 |
wenzelm |
check_hyps for attribute application (still inactive, due to non-compliant tools);
|
changeset |
files
|
2014-01-11 |
wenzelm |
clarified context;
|
changeset |
files
|
2014-01-11 |
wenzelm |
clarified context;
|
changeset |
files
|
2014-01-11 |
wenzelm |
tuned signature;
|
changeset |
files
|
2014-01-11 |
haftmann |
shot in the dark to make LaTeX happy again
|
changeset |
files
|
2014-01-11 |
haftmann |
provide default name in splitted representation
|
changeset |
files
|
2014-01-11 |
haftmann |
dropped legacy alias feature
|
changeset |
files
|
2014-01-10 |
wenzelm |
merged
|
changeset |
files
|
2014-01-10 |
wenzelm |
disable Thm.check_hyps for now, due to remaining problems with AFP/Datatype_Order_Generator and AFP/Psi_Calculi (because of HOL-Nominal 'equivariance');
|
changeset |
files
|
2014-01-10 |
wenzelm |
more elementary management of declared hyps, below structure Assumption;
|
changeset |
files
|
2014-01-10 |
wenzelm |
more accurate context;
|
changeset |
files
|
2014-01-10 |
wenzelm |
tuned;
|
changeset |
files
|
2014-01-10 |
wenzelm |
explicit check of background theory;
|
changeset |
files
|
2014-01-10 |
traytel |
basic ordinal arithmetic and cardinals library extension (not relevant for BNFs)
|
changeset |
files
|
2014-01-10 |
blanchet |
correctly extract code RHS, with loose bound variables
|
changeset |
files
|
2014-01-10 |
blanchet |
cope gracefully with missing ctr equations by plugging in 'False ==> ...'
|
changeset |
files
|
2014-01-10 |
blanchet |
strengthened tactic to handle 'disc_iff' equations of the form '... = False'
|
changeset |
files
|
2014-01-10 |
blanchet |
repair 'exhaustive' feature for one-constructor types
|
changeset |
files
|
2014-01-10 |
blanchet |
pass right rhs as code rhs
|
changeset |
files
|
2014-01-10 |
blanchet |
use correct default for exclude rules to avoid weird tactic failures
|
changeset |
files
|
2014-01-10 |
blanchet |
tuning (no need for |-> here)
|
changeset |
files
|
2014-01-10 |
blanchet |
fix 'primcorec' (as opposed to 'primcorecursive') with 'exhaustive')
|
changeset |
files
|
2014-01-10 |
blanchet |
tuning
|
changeset |
files
|
2014-01-10 |
blanchet |
only destruct cases equipped with the right stuff (in particular, 'sel_split')
|
changeset |
files
|
2014-01-10 |
blanchet |
generate 'disc_iff' for all discriminators
|
changeset |
files
|
2014-01-10 |
blanchet |
use 'disc_iff' as simp rules whenever possible + clean up '= True', '= False', etc.
|
changeset |
files
|
2014-01-10 |
blanchet |
exhaustive rules like '(False ==> P) ==> P ==> P' are now filtered out as trivial
|
changeset |
files
|
2014-01-10 |
wenzelm |
merged
|
changeset |
files
|
2014-01-10 |
wenzelm |
more robust;
|
changeset |
files
|
2014-01-10 |
wenzelm |
merged
|
changeset |
files
|
2014-01-09 |
wenzelm |
tuned;
|
changeset |
files
|
2014-01-09 |
wenzelm |
access X11 window manager;
|
changeset |
files
|
2014-01-10 |
traytel |
new codatatype example: stream processors
|
changeset |
files
|
2014-01-10 |
traytel |
use the right context in tactic
|
changeset |
files
|
2014-01-10 |
blanchet |
fixed 'disc_iff' tactic in the case where different equations use different variable names for the function arguments
|
changeset |
files
|
2014-01-09 |
panny |
do not use wrong constructor in auto-generated proof goal
|
changeset |
files
|
2014-01-09 |
blanchet |
fixed de Bruijn bug in 'unfold_lets'
|
changeset |
files
|
2014-01-09 |
blanchet |
tuned error message
|
changeset |
files
|
2014-01-09 |
blanchet |
reintroduce recursive calls under constructors, taken out in 8dd0e0316881 mainly and in subsequent changes
|
changeset |
files
|
2014-01-09 |
blanchet |
strengthened tactics w.r.t. 'lets' and tuples
|
changeset |
files
|
2014-01-09 |
blanchet |
strengthen tac w.r.t. lets with tuples
|
changeset |
files
|
2014-01-09 |
blanchet |
use 'prove_sorry'
|
changeset |
files
|
2014-01-09 |
blanchet |
for code equations that coincide with ctr equations, make sure the usr's input is preserved for both
|
changeset |
files
|
2014-01-09 |
blanchet |
made 'datatype_new_compat' work with sort constraints
|
changeset |
files
|