Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
disable kodkodi for now to prevent isatest failure of HOL-Nitpick_Examples due to 'a set constructor;
2011-12-28, by wenzelm
updated platform information;
2011-12-28, by wenzelm
discontinued broken macbroy5 and thus the obsolete ppc-darwin platform;
2011-12-28, by wenzelm
more selective target "full" -- avoid failure of HOL-Datatype_Benchmark on 32bit platforms;
2011-12-28, by wenzelm
print case syntax depending on "show_cases" configuration option;
2011-12-28, by wenzelm
merged
2011-12-27, by huffman
redefine some binary operations on integers work on abstract numerals instead of Int.Pls and Int.Min
2011-12-27, by huffman
remove some uses of Int.succ and Int.pred
2011-12-27, by huffman
removed unused lemmas
2011-12-27, by huffman
remove redundant syntax declaration
2011-12-27, by huffman
use 'induct arbitrary' instead of 'rule_format' attribute
2011-12-27, by huffman
declare simp rules immediately, instead of using 'declare' commands
2011-12-27, by huffman
declare word_of_int_{0,1} [simp], for consistency with word_of_int_bin
2011-12-27, by huffman
be explicit about Finite_Set.fold
2011-12-27, by haftmann
dropped fact whose names clash with corresponding facts on canonical fold
2011-12-27, by haftmann
prefer canonical fold on lists
2011-12-27, by haftmann
be explicit about Finite_Set.fold
2011-12-27, by haftmann
incorporated More_Set and More_List into the Main body -- to be consolidated later
2011-12-26, by haftmann
moved theorem requiring multisets from More_List to Multiset
2011-12-26, by haftmann
NEWS: unavoidable fact renames
2011-12-26, by haftmann
dropped disfruitful `constant signatures`
2011-12-26, by haftmann
moved various set operations to theory Set (resp. Product_Type)
2011-12-26, by haftmann
dropped Executable_Set wrapper theory
2011-12-26, by haftmann
updated certificate
2011-12-25, by haftmann
NEWS: `set` is now a proper type constructor
2011-12-24, by haftmann
dropped references to obsolete facts `mem_def` and `Collect_def`
2011-12-24, by haftmann
dropped references to obsolete facts `mem_def_raw` and `Collect_def_raw`
2011-12-24, by haftmann
adjusted to set/pred distinction by means of type constructor `set`
2011-12-24, by haftmann
treatment of type constructor `set`
2011-12-24, by haftmann
executable intervals
2011-12-24, by haftmann
`set` is now a proper type constructor
2011-12-24, by haftmann
tuned layout
2011-12-24, by haftmann
reduced to a compatibility layer
2011-12-24, by haftmann
added setup for executable code
2011-12-24, by haftmann
moved `sublists` to theory Enum
2011-12-24, by haftmann
commented out examples which choke on strict set/pred distinction
2011-12-24, by haftmann
explicitly spelt out proof of equivariance avoids problem with automation due to type constructor `set`
2011-12-24, by haftmann
adjusted to set/pred distinction by means of type constructor `set`
2011-12-24, by haftmann
dropped references to obsolete fact `mem_def`
2011-12-24, by haftmann
dropped obsolete lemma member_set
2011-12-24, by haftmann
dropped obsolete code equation for Id
2011-12-24, by haftmann
tuned proofs
2011-12-24, by haftmann
generalized type signature to permit overloading on `set`
2011-12-24, by haftmann
added monad instance for `set`
2011-12-24, by haftmann
enum type class instance for `set`; dropped misfitting code lemma for trancl
2011-12-24, by haftmann
finite type class instance for `set`
2011-12-24, by haftmann
treatment of type constructor `set`
2011-12-24, by haftmann
lattice type class instances for `set`; added code lemma for Set.bind
2011-12-24, by haftmann
`set` is now a proper type constructor; added operation for set monad
2011-12-24, by haftmann
simplify some proofs
2011-12-23, by huffman
remove redundant lemma word_sub_def
2011-12-23, by huffman
add lemmas bin_cat_zero and bin_split_zero
2011-12-23, by huffman
more uses of 'induct arbitrary'
2011-12-23, by huffman
use 'induct arbitrary' instead of universal quantifiers
2011-12-23, by huffman
remove two conflicting simp rules for 'number_of (number_of _)' pattern
2011-12-23, by huffman
add lemma bin_nth_minus1
2011-12-22, by huffman
removed killed encoding from example
2011-12-21, by blanchet
updated docs
2011-12-21, by blanchet
killed "guard@?" encodings -- they were found to be unsound
2011-12-21, by blanchet
extend previous optimizations to guard-based encodings
2011-12-21, by blanchet
treat polymorphic constructors specially in @? encodings
2011-12-21, by blanchet
tuning
2011-12-21, by blanchet
no need for type arguments for monomorphic constructors of polymorphic datatypes (e.g. "Nil")
2011-12-21, by blanchet
added some basic documentation about method induction_schema extracted from old NEWS
2011-12-21, by bulwahn
adding documentation about the quickcheck_generator command in the IsarRef
2011-12-21, by bulwahn
extending quickcheck example
2011-12-21, by bulwahn
NEWS
2011-12-21, by bulwahn
quickcheck_generator command also creates random generators
2011-12-21, by bulwahn
don't try to avoid SPASS keywords; instead, just suffix an underscore to all generated identifiers
2011-12-20, by blanchet
one more SPASS identifier
2011-12-20, by blanchet
tuning
2011-12-20, by blanchet
merged
2011-12-20, by noschinl
meaningful error message on failing merges of coercion tables
2011-12-17, by traytel
add simp rules for enat and ereal
2011-12-20, by noschinl
add lemmas
2011-12-19, by noschinl
add lemmas
2011-12-19, by noschinl
weaken preconditions on lemmas
2011-12-19, by noschinl
add lemmas
2011-12-19, by noschinl
removing some debug output in quotient_definition
2011-12-20, by bulwahn
adding quickcheck generators in some HOL-Library theories
2011-12-20, by bulwahn
adding quickcheck generator for distinct lists; adding examples
2011-12-20, by bulwahn
added keywords
2011-12-20, by bulwahn
quickcheck generators for abstract types; tuned
2011-12-20, by bulwahn
exporting instantiation functions in quickcheck for their usage in abstract generators
2011-12-20, by bulwahn
generalize ensure_sort_datatype to ensure_sort in quickcheck_common to allow generators for abstract types;
2011-12-20, by bulwahn
tuned
2011-12-20, by bulwahn
tuned
2011-12-20, by bulwahn
ensure TPTP FOF/TFF/THF formulas are close
2011-12-20, by blanchet
tuned
2011-12-20, by nipkow
merged
2011-12-19, by nipkow
added old chestnut
2011-12-19, by nipkow
isarfied proof; add log to DERIV_intros
2011-12-19, by hoelzl
tendsto lemmas for ln and powr
2011-12-15, by huffman
tuned settings;
2011-12-18, by wenzelm
updated jedit_build component;
2011-12-17, by wenzelm
updated version information;
2011-12-17, by wenzelm
patch for Lobo/Cobra 0.98.4 to make it work with Java 1.7 (see also http://sourceforge.net/tracker/index.php?func=detail&aid=2991043&group_id=139023&atid=742262);
2011-12-17, by wenzelm
eliminated Drule.export_without_context which is not really required here;
2011-12-17, by wenzelm
tuned signature;
2011-12-17, by wenzelm
enforce short hostname on all platforms (especially macbroy2);
2011-12-17, by wenzelm
clarified modules that contribute to datatype package;
2011-12-17, by wenzelm
tuned signature;
2011-12-17, by wenzelm
merged
2011-12-16, by wenzelm
merged
2011-12-16, by nipkow
improved indexed complete lattice
2011-12-16, by nipkow
more elementary defs;
2011-12-16, by wenzelm
eliminated old-fashioned Global_Theory.add_thms(s);
2011-12-16, by wenzelm
prefer sorting from Scala library;
2011-12-16, by wenzelm
prefer Name.context operations;
2011-12-16, by wenzelm
tuned;
2011-12-16, by wenzelm
clarified modules that contribute to datatype package;
2011-12-16, by wenzelm
tuned signature;
2011-12-16, by wenzelm
merged;
2011-12-15, by wenzelm
tuned;
2011-12-15, by wenzelm
add complementary lemmas for {min,max}_least
2011-12-15, by noschinl
add lemmas about limits
2011-12-15, by noschinl
clarified module dependencies: Datatype_Data, Datatype_Case, Rep_Datatype;
2011-12-15, by wenzelm
separate rep_datatype.ML;
2011-12-15, by wenzelm
misc tuning and simplification;
2011-12-15, by wenzelm
more stats;
2011-12-15, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip