2012-01-06 |
haftmann |
moved lemmas about List.set and set operations to List theory
|
changeset |
files
|
2012-01-06 |
haftmann |
incorporated various theorems from theory More_Set into corpus
|
changeset |
files
|
2012-01-06 |
haftmann |
consolidated various theorem names relating to Finite_Set.fold and List.fold combinators
|
changeset |
files
|
2012-01-06 |
wenzelm |
merged
|
changeset |
files
|
2012-01-06 |
haftmann |
farewell to theory More_List
|
changeset |
files
|
2012-01-06 |
haftmann |
dropped unused nth_map
|
changeset |
files
|
2012-01-06 |
haftmann |
more explicit NEWS
|
changeset |
files
|
2012-01-06 |
wenzelm |
refined case syntax again, improved treatment of constructors without arguments, e.g. "case a of (True, x) => x";
|
changeset |
files
|
2012-01-06 |
wenzelm |
tuned;
|
changeset |
files
|
2012-01-06 |
wenzelm |
improved list comprehension syntax: more careful treatment of position constraints, which enables PIDE markup;
|
changeset |
files
|
2012-01-06 |
wenzelm |
tuned -- more direct @{type_name set} (NB: binder_tr' retains the original non-syntax type for the bound/free variable);
|
changeset |
files
|
2012-01-06 |
wenzelm |
recovered case syntax for of_int, also with source positions (appears to be unused nonetheless);
|
changeset |
files
|
2012-01-06 |
wenzelm |
more careful treatment of outermost constraints, e.g. constructors without arguments (despite loss of positions for catch-all variables);
|
changeset |
files
|
2012-01-06 |
wenzelm |
proper refs;
|
changeset |
files
|
2012-01-06 |
haftmann |
incorporated canonical fold combinator on lists into body of List theory; refactored passages on List.fold(l/r)
|
changeset |
files
|
2012-01-06 |
haftmann |
incorporated canonical fold combinator on lists into body of List theory; refactored passages on List.fold(l/r); tuned quotes
|
changeset |
files
|
2012-01-06 |
haftmann |
prefer listsum over foldl plus 0
|
changeset |
files
|
2012-01-06 |
haftmann |
prefer concat over foldl append []
|
changeset |
files
|
2012-01-06 |
haftmann |
tuned proofs
|
changeset |
files
|
2012-01-01 |
haftmann |
interaction of set operations for execution and membership predicate
|
changeset |
files
|
2012-01-01 |
haftmann |
cleanup of code declarations
|
changeset |
files
|
2012-01-05 |
wenzelm |
discontinued Syntax.positions -- atomic parse trees are always annotated;
|
changeset |
files
|
2012-01-05 |
wenzelm |
improved case syntax: more careful treatment of position constraints, which enables PIDE markup;
|
changeset |
files
|
2012-01-05 |
wenzelm |
misc tuning;
|
changeset |
files
|
2012-01-05 |
wenzelm |
prefer raw_message for protocol implementation;
|
changeset |
files
|
2012-01-05 |
wenzelm |
prefer raw_message for protocol implementation;
|
changeset |
files
|
2012-01-05 |
wenzelm |
prefer raw_message for protocol implementation;
|
changeset |
files
|
2012-01-05 |
wenzelm |
tuned signature;
|
changeset |
files
|
2012-01-05 |
wenzelm |
tuned signature -- emphasize special nature of protocol commands;
|
changeset |
files
|
2012-01-05 |
wenzelm |
updated version information;
|
changeset |
files
|
2012-01-04 |
wenzelm |
updated version information;
|
changeset |
files
|
2012-01-04 |
nipkow |
generalised type
|
changeset |
files
|
2012-01-04 |
blanchet |
improved "set" support by code inspection
|
changeset |
files
|
2012-01-04 |
blanchet |
remove subtlety whose justification got lost in time -- the new code is possibly less precise but sounder
|
changeset |
files
|
2012-01-04 |
blanchet |
tuning
|
changeset |
files
|
2012-01-04 |
blanchet |
handle higher-order occurrences of sets gracefully in model display
|
changeset |
files
|
2012-01-04 |
wenzelm |
prefer explicit version information;
|
changeset |
files
|
2012-01-04 |
blanchet |
more Nitpick doc updates
|
changeset |
files
|
2012-01-03 |
blanchet |
reenable Kodkodi in Mira now that Nitpick has been ported to 'a set constructor
|
changeset |
files
|
2012-01-03 |
blanchet |
reenable Kodkodi in Isatest now that Nitpick has been ported to 'a set constructor
|
changeset |
files
|
2012-01-03 |
blanchet |
fixed bisimilarity axiom -- avoid "insert" with wrong type
|
changeset |
files
|
2012-01-03 |
blanchet |
tuning
|
changeset |
files
|
2012-01-03 |
blanchet |
updated Nitpick docs after "set" reintroduction
|
changeset |
files
|
2012-01-03 |
blanchet |
no abuse of notation
|
changeset |
files
|
2012-01-03 |
blanchet |
always treat "unit" as a deep datatype, so that we get a good interaction with the record syntax (2.7 of the Nitpick manual)
|
changeset |
files
|
2012-01-03 |
blanchet |
more robust destruction of "set Collect" idiom
|
changeset |
files
|
2012-01-03 |
blanchet |
handle starred predicates correctly w.r.t. "set"
|
changeset |
files
|
2012-01-03 |
blanchet |
handle "Id" gracefully w.r.t. "set"
|
changeset |
files
|
2012-01-03 |
blanchet |
reintroduced 'refute' calls taken out after reintroducing the "set" constructor, and use "expect" feature
|
changeset |
files
|
2012-01-03 |
blanchet |
handle "set" correctly in Refute -- inspired by old code from Isabelle2007
|
changeset |
files
|
2012-01-03 |
blanchet |
create consts with proper "set" types
|
changeset |
files
|
2012-01-03 |
blanchet |
tuned Refute
|
changeset |
files
|
2012-01-03 |
blanchet |
lower cardinality for faster testing
|
changeset |
files
|
2012-01-03 |
blanchet |
simplify mem Collect
|
changeset |
files
|
2012-01-03 |
blanchet |
tuning
|
changeset |
files
|
2012-01-03 |
blanchet |
ported Minipick to "set"
|
changeset |
files
|
2012-01-03 |
blanchet |
fixed set extensionality code
|
changeset |
files
|
2012-01-03 |
blanchet |
tuned import
|
changeset |
files
|
2012-01-03 |
blanchet |
construct correct "set" type for wf goal
|
changeset |
files
|
2012-01-03 |
blanchet |
fixed Nitpick's typedef handling w.r.t. "set"
|
changeset |
files
|