wenzelm [Fri, 21 May 2010 23:48:48 +0200] rev 37057
more brackets -- unaligned to prevent odd auto-indentation;
wenzelm [Fri, 21 May 2010 23:21:40 +0200] rev 37056
merged
haftmann [Fri, 21 May 2010 17:16:16 +0200] rev 37055
adjusted to changes in Mapping.thy
haftmann [Fri, 21 May 2010 15:28:25 +0200] rev 37054
merged
haftmann [Fri, 21 May 2010 15:22:37 +0200] rev 37053
tuned
haftmann [Fri, 21 May 2010 15:22:37 +0200] rev 37052
more lemmas about mappings, in particular keys
haftmann [Fri, 21 May 2010 15:22:36 +0200] rev 37051
refined
haftmann [Fri, 21 May 2010 11:50:34 +0200] rev 37050
nats in Haskell are readable
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 21 May 2010 10:40:59 +0200] rev 37049
Let rsp and prs in fun_rel/fun_map format
wenzelm [Fri, 21 May 2010 23:19:27 +0200] rev 37048
tuned zoom_box;
tuned tooltips;
wenzelm [Fri, 21 May 2010 22:08:13 +0200] rev 37047
print calculation result in the context where the fact is actually defined -- proper externing;
misc tuning;
wenzelm [Fri, 21 May 2010 21:28:31 +0200] rev 37046
future_job: propagate current Position.thread_data to the forked job -- this is important to provide a default position, e.g. for parallelizied Goal.prove within a package (proper command transactions are wrapped via Toplevel.setmp_thread_position);
wenzelm [Fri, 21 May 2010 20:46:00 +0200] rev 37045
some message styling;
wenzelm [Fri, 21 May 2010 20:10:45 +0200] rev 37044
simplified message markup, using plain XML.Elem directly;
wenzelm [Fri, 21 May 2010 18:10:19 +0200] rev 37043
more robust Position.setmp_thread_data, independently of Output.debugging (essentially reverts f9ec18f7c0f6, which was motivated by clean exception_trace, but without transaction positions the Isabelle_Process protocol breaks down);
wenzelm [Fri, 21 May 2010 17:26:42 +0200] rev 37042
refrain from forcing a hardwired SHELL value, cf. 1494ded298a6 but it becomes obsolete again in 549969a7f582 and follow-ups;
wenzelm [Fri, 21 May 2010 16:49:33 +0200] rev 37041
bad_result: report fully explicit message;
wenzelm [Fri, 21 May 2010 16:40:25 +0200] rev 37040
observe additional isabelle-jedit.css for component and user;
visial separation of message divs;
wenzelm [Fri, 21 May 2010 15:29:20 +0200] rev 37039
added checkboxes for debug/tracing filter;
misc tuning;
wenzelm [Fri, 21 May 2010 14:53:19 +0200] rev 37038
more abstract view on prover output messages;
wenzelm [Fri, 21 May 2010 12:59:44 +0200] rev 37037
added some tooltips;
wenzelm [Fri, 21 May 2010 11:51:03 +0200] rev 37036
HTML_Panel.handler as overridable method;
wenzelm [Fri, 21 May 2010 11:50:19 +0200] rev 37035
added Library.undefined (in Scala);
wenzelm [Fri, 21 May 2010 11:16:01 +0200] rev 37034
more systematic treatment of internal state, which belongs strictly to the main actor, not the Swing thread;
do not re-use mutable DOM -- avoid races wrt. the rendering engine;
more thorough resize -- always recalculate metrics/margin synchronously;
asynchronous setDocument;
tuned;
wenzelm [Fri, 21 May 2010 11:12:54 +0200] rev 37033
component resize: full handle_resize;
huffman [Thu, 20 May 2010 21:19:38 -0700] rev 37032
speed up some proofs and fix some warnings
wenzelm [Thu, 20 May 2010 23:22:37 +0200] rev 37031
merged
haftmann [Thu, 20 May 2010 19:55:42 +0200] rev 37030
merged
haftmann [Thu, 20 May 2010 18:00:48 +0200] rev 37029
proper code generator for complement
haftmann [Thu, 20 May 2010 17:35:02 +0200] rev 37028
proper document text
haftmann [Thu, 20 May 2010 17:29:43 +0200] rev 37027
implement Mapping.map_entry
haftmann [Thu, 20 May 2010 17:29:43 +0200] rev 37026
operations default, map_entry, map_default; more lemmas
haftmann [Thu, 20 May 2010 16:43:00 +0200] rev 37025
added More_List.thy explicitly
haftmann [Thu, 20 May 2010 16:40:29 +0200] rev 37024
renamed List_Set to the now more appropriate More_Set
haftmann [Thu, 20 May 2010 16:35:54 +0200] rev 37023
added theory More_List
haftmann [Thu, 20 May 2010 16:35:53 +0200] rev 37022
moved generic List operations to theory More_List
haftmann [Thu, 20 May 2010 16:35:53 +0200] rev 37021
adjusted
haftmann [Thu, 20 May 2010 16:35:52 +0200] rev 37020
turned old-style mem into an input abbreviation
wenzelm [Thu, 20 May 2010 23:20:01 +0200] rev 37019
zoom font size;
wenzelm [Thu, 20 May 2010 23:19:28 +0200] rev 37018
added somewhat generic zoom box;
wenzelm [Thu, 20 May 2010 21:32:48 +0200] rev 37017
try CheckBox instead of ToggleButton, which is visually confusing without window focus, e.g. in a floating instance (problem of MacOS look-and-feel);
wenzelm [Thu, 20 May 2010 21:10:03 +0200] rev 37016
mutate displayed document synchronously in Swing thread, for improved robustness;
wenzelm [Thu, 20 May 2010 21:07:05 +0200] rev 37015
read style sheets only once;
wenzelm [Thu, 20 May 2010 20:56:26 +0200] rev 37014
handle component resize for output / HTML panel;
wenzelm [Thu, 20 May 2010 20:22:00 +0200] rev 37013
Isabelle_System: allow explicit isabelle_home argument;
wenzelm [Thu, 20 May 2010 20:20:52 +0200] rev 37012
enable shell script editor mode;
wenzelm [Thu, 20 May 2010 16:25:22 +0200] rev 37011
merged
bulwahn [Thu, 20 May 2010 07:36:50 +0200] rev 37010
merged
bulwahn [Thu, 20 May 2010 07:34:45 +0200] rev 37009
deactivated timing of infering modes
bulwahn [Wed, 19 May 2010 18:24:09 +0200] rev 37008
adapting examples
bulwahn [Wed, 19 May 2010 18:24:09 +0200] rev 37007
changing operations for accessing data to work with contexts
bulwahn [Wed, 19 May 2010 18:24:08 +0200] rev 37006
removed unnecessary Thm.transfer in the predicate compiler
bulwahn [Wed, 19 May 2010 18:24:07 +0200] rev 37005
changing compilation to work only with contexts; adapting quickcheck
bulwahn [Wed, 19 May 2010 18:24:06 +0200] rev 37004
removing unused argument in print_modes function
bulwahn [Wed, 19 May 2010 18:24:05 +0200] rev 37003
moving towards working with proof contexts in the predicate compiler
bulwahn [Wed, 19 May 2010 18:24:04 +0200] rev 37002
improved values command to handle a special case with tuples and polymorphic predicates more correctly
bulwahn [Wed, 19 May 2010 18:24:03 +0200] rev 37001
improved behaviour of defined_functions in the predicate compiler
huffman [Wed, 19 May 2010 17:01:07 -0700] rev 37000
move some example files into new HOLCF/Tutorial directory
huffman [Wed, 19 May 2010 16:28:24 -0700] rev 36999
remove redundant hdvd relation
huffman [Wed, 19 May 2010 16:08:41 -0700] rev 36998
remove unnecessary constant Fixrec.bind
huffman [Wed, 19 May 2010 14:38:25 -0700] rev 36997
add section about fixrec definitions with looping simp rules
huffman [Wed, 19 May 2010 13:07:15 -0700] rev 36996
more informative error message for fixrec when continuity proof fails
wenzelm [Thu, 20 May 2010 16:22:50 +0200] rev 36995
determine margin just before rendering -- proper reformatting when updating;
wenzelm [Thu, 20 May 2010 15:51:28 +0200] rev 36994
simplified alignment via FlowPanel;
tuned;
wenzelm [Thu, 20 May 2010 13:54:31 +0200] rev 36993
more systematic treatment of physical document wrt. font size etc.;
eliminated (crude) double buffering;
tuned;
wenzelm [Thu, 20 May 2010 11:44:41 +0200] rev 36992
tuned;
wenzelm [Thu, 20 May 2010 11:36:30 +0200] rev 36991
general Isabelle_System.try_read;
wenzelm [Thu, 20 May 2010 10:43:46 +0200] rev 36990
explicit Command.Status.UNDEFINED -- avoid fragile/cumbersome treatment of Option[State];
wenzelm [Thu, 20 May 2010 10:31:20 +0200] rev 36989
inverted "Freeze" to "Follow", which is the default;
update unconditionally;
wenzelm [Wed, 19 May 2010 21:18:02 +0200] rev 36988
basic controls to freeze/update prover results;
wenzelm [Wed, 19 May 2010 18:05:34 +0200] rev 36987
show fully detailed protocol messages;
wenzelm [Wed, 19 May 2010 17:39:22 +0200] rev 36986
some updates following src/Tools/jEdit/dist-template/settings;
haftmann [Wed, 19 May 2010 12:35:20 +0200] rev 36985
spelt out normalizer explicitly -- avoid dynamic reference to code generator configuration; avoid using old Codegen.eval_term
haftmann [Wed, 19 May 2010 10:17:31 +0200] rev 36984
merged
haftmann [Wed, 19 May 2010 10:17:05 +0200] rev 36983
dropped legacy_unconstrainT
haftmann [Wed, 19 May 2010 10:14:37 +0200] rev 36982
new version of triv_of_class machinery without legacy_unconstrain
haftmann [Wed, 19 May 2010 09:21:30 +0200] rev 36981
merge
haftmann [Wed, 19 May 2010 09:20:36 +0200] rev 36980
added implementations of Fset.Set, Fset.Coset; do not delete code equations for relational operators on fsets
huffman [Tue, 18 May 2010 19:00:55 -0700] rev 36979
remove several redundant lemmas about floor and ceiling
huffman [Tue, 18 May 2010 06:28:42 -0700] rev 36978
merged
huffman [Mon, 17 May 2010 18:59:59 -0700] rev 36977
declare add_nonneg_nonneg [simp]; remove now-redundant lemmas realpow_two_le_order(2)
huffman [Mon, 17 May 2010 18:51:25 -0700] rev 36976
simplify proof
huffman [Mon, 17 May 2010 16:52:34 -0700] rev 36975
simplify proof
huffman [Mon, 17 May 2010 15:58:32 -0700] rev 36974
remove some unnamed simp rules from Transcendental.thy; move the needed ones to MacLaurin.thy where they are used
wenzelm [Tue, 18 May 2010 10:13:33 +0200] rev 36973
prefer structure Keyword and Parse;
wenzelm [Tue, 18 May 2010 00:01:51 +0200] rev 36972
merged
huffman [Mon, 17 May 2010 12:00:10 -0700] rev 36971
merged
huffman [Mon, 17 May 2010 08:45:46 -0700] rev 36970
remove simp attribute from square_eq_1_iff
blanchet [Mon, 17 May 2010 17:50:09 +0200] rev 36969
merged
blanchet [Mon, 17 May 2010 15:21:11 +0200] rev 36968
make sure chained facts don't pop up in the metis proof
blanchet [Mon, 17 May 2010 12:15:37 +0200] rev 36967
fix bug in Isar proof reconstruction step relabeling + don't try to infer the sorts of TVars, since this often fails miserably
blanchet [Mon, 17 May 2010 10:18:14 +0200] rev 36966
generate proper arity declarations for TFrees for SPASS's DFG format;
and renamed a confusing function in the process
blanchet [Mon, 17 May 2010 10:16:54 +0200] rev 36965
identify common SPASS error more clearly
huffman [Mon, 17 May 2010 08:40:17 -0700] rev 36964
remove simp attribute from power2_eq_1_iff
haftmann [Mon, 17 May 2010 10:58:58 +0200] rev 36963
dropped old Library/Word.thy and toy example ex/Adder.thy
haftmann [Mon, 17 May 2010 10:58:31 +0200] rev 36962
dropped old Library/Word.thy and toy example ex/Adder.thy
wenzelm [Tue, 18 May 2010 00:01:03 +0200] rev 36961
do not open Legacy by default;
wenzelm [Mon, 17 May 2010 23:54:15 +0200] rev 36960
prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
eliminated old-style structure aliases K = Keyword, P = Parse;
wenzelm [Mon, 17 May 2010 15:11:25 +0200] rev 36959
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
eliminated slightly odd alias structure T;
wenzelm [Mon, 17 May 2010 15:05:32 +0200] rev 36958
tuned;
wenzelm [Mon, 17 May 2010 15:02:44 +0200] rev 36957
tuned signature;
wenzelm [Mon, 17 May 2010 14:23:54 +0200] rev 36956
renamed class Outer_Lex to Token and Token_Kind to Token.Kind;
wenzelm [Mon, 17 May 2010 10:20:55 +0200] rev 36955
centralized legacy aliases;
wenzelm [Sun, 16 May 2010 00:02:11 +0200] rev 36954
prefer structure Parse_Spec;
wenzelm [Sat, 15 May 2010 23:40:00 +0200] rev 36953
renamed structure OuterSyntax to Outer_Syntax, keeping the old name as alias for some time;
wenzelm [Sat, 15 May 2010 23:32:15 +0200] rev 36952
renamed structure SpecParse to Parse_Spec, keeping the old name as alias for some time;
wenzelm [Sat, 15 May 2010 23:23:45 +0200] rev 36951
renamed structure ValueParse to Parse_Value;
eliminated old-style structure alias V;
wenzelm [Sat, 15 May 2010 23:16:32 +0200] rev 36950
refer directly to structure Keyword and Parse;
eliminated old-style structure aliases K and P;
wenzelm [Sat, 15 May 2010 22:24:25 +0200] rev 36949
renamed structure OuterKeyword to Keyword and OuterParse to Parse, keeping the old names as legacy aliases for some time;
wenzelm [Sat, 15 May 2010 22:15:57 +0200] rev 36948
renamed Outer_Parse to Parse (in Scala);
wenzelm [Sat, 15 May 2010 22:05:49 +0200] rev 36947
renamed Outer_Keyword to Keyword (in Scala);
wenzelm [Sat, 15 May 2010 21:57:27 +0200] rev 36946
avoid open Conv;
wenzelm [Sat, 15 May 2010 21:50:05 +0200] rev 36945
less pervasive names from structure Thm;
wenzelm [Sat, 15 May 2010 21:41:32 +0200] rev 36944
less pervasive names from structure Thm;
wenzelm [Sat, 15 May 2010 21:09:54 +0200] rev 36943
tuned;
wenzelm [Sat, 15 May 2010 18:29:18 +0200] rev 36942
merged
huffman [Sat, 15 May 2010 07:48:24 -0700] rev 36941
add real_le_linear to list of legacy theorem names
blanchet [Sat, 15 May 2010 16:20:54 +0200] rev 36940
make SML/NJ happy
wenzelm [Sat, 15 May 2010 18:15:50 +0200] rev 36939
removed unused conversions;
wenzelm [Sat, 15 May 2010 18:12:58 +0200] rev 36938
tuned header;
tuned white space;
wenzelm [Sat, 15 May 2010 18:11:00 +0200] rev 36937
moved normarith.ML where it is actually used;
less inaccurate dependencies;
wenzelm [Sat, 15 May 2010 17:59:06 +0200] rev 36936
incorporated further conversions and conversionals, after some minor tuning;
wenzelm [Sat, 15 May 2010 15:31:33 +0200] rev 36935
eliminated redundant runtime checks;
krauss [Sat, 15 May 2010 00:45:42 +0200] rev 36934
normalize atyp names after unconstrainT, which may rename atyps arbitrarily;
wenzelm [Sat, 15 May 2010 15:07:39 +0200] rev 36933
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm [Sat, 15 May 2010 13:31:25 +0200] rev 36932
merged
blanchet [Fri, 14 May 2010 23:35:35 +0200] rev 36931
merge
blanchet [Fri, 14 May 2010 23:34:24 +0200] rev 36930
added Sledgehammer documentation to TOC
blanchet [Fri, 14 May 2010 23:32:48 +0200] rev 36929
added some Sledgehammer news
blanchet [Fri, 14 May 2010 23:16:33 +0200] rev 36928
document Nitpick changes
blanchet [Fri, 14 May 2010 22:43:24 +0200] rev 36927
merge
blanchet [Fri, 14 May 2010 22:43:00 +0200] rev 36926
added Sledgehammer manual;
some material was recovered from the Isar material, the rest is new
blanchet [Fri, 14 May 2010 22:30:24 +0200] rev 36925
renamed Sledgehammer options
blanchet [Fri, 14 May 2010 22:29:50 +0200] rev 36924
renamed options
blanchet [Fri, 14 May 2010 22:28:39 +0200] rev 36923
remove support for crashing beta solver HaifaSat
blanchet [Fri, 14 May 2010 16:15:10 +0200] rev 36922
renamed two Sledgehammer options
nipkow [Fri, 14 May 2010 22:46:58 +0200] rev 36921
merged
nipkow [Fri, 14 May 2010 22:46:41 +0200] rev 36920
added listsum lemmas
ballarin [Fri, 14 May 2010 21:23:29 +0200] rev 36919
Revert mixin patch due to inacceptable performance drop.
blanchet [Fri, 14 May 2010 15:27:07 +0200] rev 36918
add "no_atp"s to Nitpick lemmas
blanchet [Fri, 14 May 2010 15:26:26 +0200] rev 36917
query _HOME environment variables at run-time, not at build-time
blanchet [Fri, 14 May 2010 15:09:37 +0200] rev 36916
move Refute dependency from Plain to Main
blanchet [Fri, 14 May 2010 15:07:53 +0200] rev 36915
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet [Fri, 14 May 2010 15:02:38 +0200] rev 36914
recognize new Kodkod error message syntax
blanchet [Fri, 14 May 2010 14:14:22 +0200] rev 36913
improve precision of set constructs in Nitpick
blanchet [Fri, 14 May 2010 12:01:16 +0200] rev 36912
produce more potential counterexamples for subset operator (cf. quantifiers)
blanchet [Fri, 14 May 2010 11:24:49 +0200] rev 36911
improved Sledgehammer proofs
blanchet [Fri, 14 May 2010 11:24:14 +0200] rev 36910
pass "full_type" argument to proof reconstruction
blanchet [Fri, 14 May 2010 11:23:42 +0200] rev 36909
made Sledgehammer's full-typed proof reconstruction work for the first time;
previously, Isar proofs and full-type mode were mutually exclusive because both options were hard-coded in the ATP names (e.g., "e_isar" and "full_vampire") -- making the options orthogonal revealed that some code was missing to handle types in the proof reconstruction code
blanchet [Fri, 14 May 2010 11:20:09 +0200] rev 36908
delect installed ATPs dynamically, _not_ at image built time
ballarin [Thu, 13 May 2010 15:09:42 +0200] rev 36907
Fix syntax; apparently constant apply was introduced in an earlier changeset.
ballarin [Thu, 13 May 2010 14:47:15 +0200] rev 36906
Merged.
ballarin [Thu, 13 May 2010 13:30:16 +0200] rev 36905
Add mixin to base morphism, required by class package; cf ab324ffd6f3d.
ballarin [Thu, 13 May 2010 13:29:43 +0200] rev 36904
Remove improper use of mixin in class package.
nipkow [Thu, 13 May 2010 14:34:05 +0200] rev 36903
Multiset: renamed, added and tuned lemmas;
Permutation: replaced local "remove" by List.remove1
huffman [Wed, 12 May 2010 22:33:10 -0700] rev 36902
use 'subsection' instead of 'section', to maintain 1 chapter per file in generated document
boehmes [Thu, 13 May 2010 00:44:48 +0200] rev 36901
more precise dependencies
boehmes [Wed, 12 May 2010 23:54:06 +0200] rev 36900
updated SMT certificates
boehmes [Wed, 12 May 2010 23:54:04 +0200] rev 36899
layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes [Wed, 12 May 2010 23:54:02 +0200] rev 36898
integrated SMT into the HOL image
boehmes [Wed, 12 May 2010 23:54:01 +0200] rev 36897
replaced More_conv.top_conv (which does not re-apply the given conversion to its results, only to the result's subterms) by Simplifier.full_rewrite
boehmes [Wed, 12 May 2010 23:54:00 +0200] rev 36896
use proper context operations (for fresh names of type and term variables, and for hypothetical definitions), monomorphize theorems (instead of terms, necessary for hypothetical definitions made during lambda lifting)
boehmes [Wed, 12 May 2010 23:53:59 +0200] rev 36895
split monolithic Z3 proof reconstruction structure into separate structures, use one set of schematic theorems for all uncertain proof rules (to extend proof reconstruction by missing cases), added several schematic theorems, improved abstraction of goals (abstract all uninterpreted sub-terms, only leave builtin symbols)
boehmes [Wed, 12 May 2010 23:53:58 +0200] rev 36894
added tracing of reconstruction data
boehmes [Wed, 12 May 2010 23:53:57 +0200] rev 36893
added new SMT translation files which use a simpler intermediate term representation and a simpler translation of builtin symbols, have less overhead for renaming symbols and generating the signature, add come with a simpler separation of formulas and terms
boehmes [Wed, 12 May 2010 23:53:56 +0200] rev 36892
deleted SMT translation files (to be replaced by a simplified version)
boehmes [Wed, 12 May 2010 23:53:55 +0200] rev 36891
move the addition of extra facts into a separate module
boehmes [Wed, 12 May 2010 23:53:54 +0200] rev 36890
normalize numerals: also rewrite Numeral0 into 0
boehmes [Wed, 12 May 2010 23:53:53 +0200] rev 36889
added missing rewrite rules for natural min and max
boehmes [Wed, 12 May 2010 23:53:52 +0200] rev 36888
rewrite bool case expressions as if expression
boehmes [Wed, 12 May 2010 23:53:51 +0200] rev 36887
simplified normalize_rule and moved it further down in the code
boehmes [Wed, 12 May 2010 23:53:50 +0200] rev 36886
merged addition of rules into one function
boehmes [Wed, 12 May 2010 23:53:49 +0200] rev 36885
added simplification for distinctness of small lists
boehmes [Wed, 12 May 2010 23:53:48 +0200] rev 36884
moved the addition of DLO tactic into the Z3 theory (DLO is required only for Z3 proof reconstruction)
wenzelm [Fri, 14 May 2010 19:53:36 +0200] rev 36883
added Proofterm.unconstrain_thm_proof for Thm.unconstrainT -- loosely based on the version by krauss/schropp;
wenzelm [Thu, 13 May 2010 21:36:38 +0200] rev 36882
conditionally unconstrain thm proofs -- loosely based on the version by krauss/schropp;
wenzelm [Thu, 13 May 2010 21:17:09 +0200] rev 36881
the_classrel/the_arity: avoid Thm.transfer for proofterm version -- theory might already have become stale within the proof_body future;
wenzelm [Thu, 13 May 2010 20:15:59 +0200] rev 36880
avoid redundant rebinding of name/prop -- probably introduced accidentally in 80bb72a0f577;
wenzelm [Thu, 13 May 2010 18:47:07 +0200] rev 36879
raise Fail uniformly for proofterm errors, which appear to be rather low-level;
wenzelm [Thu, 13 May 2010 18:22:10 +0200] rev 36878
unconstrainT operations on proofs, according to krauss/schropp;
wenzelm [Thu, 13 May 2010 17:25:53 +0200] rev 36877
added Proofterm.get_name variants according to krauss/schropp;
tuned signature;
wenzelm [Wed, 12 May 2010 22:43:05 +0200] rev 36876
conditional structure SingleAssignment;
wenzelm [Wed, 12 May 2010 17:10:53 +0200] rev 36875
merged
haftmann [Wed, 12 May 2010 15:31:43 +0200] rev 36874
merged
haftmann [Wed, 12 May 2010 15:27:15 +0200] rev 36873
tuned proofs and fact and class names
haftmann [Wed, 12 May 2010 13:51:22 +0200] rev 36872
tuned fact collection names and some proofs
haftmann [Wed, 12 May 2010 12:31:52 +0200] rev 36871
grouped local statements
haftmann [Wed, 12 May 2010 12:31:51 +0200] rev 36870
tuned test problems
wenzelm [Wed, 12 May 2010 16:45:59 +0200] rev 36869
merged
nipkow [Wed, 12 May 2010 15:25:23 +0200] rev 36868
merged
nipkow [Wed, 12 May 2010 15:25:02 +0200] rev 36867
simplified proof
wenzelm [Wed, 12 May 2010 16:44:49 +0200] rev 36866
modernized specifications;
wenzelm [Wed, 12 May 2010 15:25:58 +0200] rev 36865
updated/unified some legacy warnings;
wenzelm [Wed, 12 May 2010 15:23:38 +0200] rev 36864
tuned;
wenzelm [Wed, 12 May 2010 14:52:23 +0200] rev 36863
do not emit legacy_feature warnings here -- users have no chance to disable them;
wenzelm [Wed, 12 May 2010 14:17:26 +0200] rev 36862
removed obsolete CVS Ids;
wenzelm [Wed, 12 May 2010 14:02:50 +0200] rev 36861
removed some obsolete admin stuff;
wenzelm [Wed, 12 May 2010 14:02:19 +0200] rev 36860
check NEWS;
wenzelm [Wed, 12 May 2010 13:54:49 +0200] rev 36859
removed obsolete CVS Ids;
wenzelm [Wed, 12 May 2010 13:52:34 +0200] rev 36858
updated some version numbers;
wenzelm [Wed, 12 May 2010 13:34:24 +0200] rev 36857
minor tuning;
wenzelm [Wed, 12 May 2010 13:21:23 +0200] rev 36856
reverted parts of 7902dc7ea11d -- note that NEWS of published Isabelle releases are essentially read-only;
(Spelling note: "supersede" is indeed more common in Isabelle sources, although "supercede" is also correct according to major dictionaries.)
wenzelm [Wed, 12 May 2010 12:51:32 +0200] rev 36855
merged
haftmann [Wed, 12 May 2010 12:20:16 +0200] rev 36854
merged
haftmann [Wed, 12 May 2010 12:09:28 +0200] rev 36853
modernized specifications; tuned reification
haftmann [Wed, 12 May 2010 11:18:42 +0200] rev 36852
merged
haftmann [Wed, 12 May 2010 11:17:59 +0200] rev 36851
added lemmas concerning last, butlast, insort
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 12 May 2010 11:30:18 +0200] rev 36850
Remove RANGE_WARN
hoelzl [Wed, 12 May 2010 11:13:33 +0200] rev 36849
clarified NEWS entry
hoelzl [Wed, 12 May 2010 11:08:15 +0200] rev 36848
merged
hoelzl [Wed, 12 May 2010 11:07:46 +0200] rev 36847
added NEWS entry
hoelzl [Tue, 11 May 2010 19:19:45 +0200] rev 36846
Added atLeastAtMost_singleton_iff, atLeastAtMost_singleton'
hoelzl [Tue, 11 May 2010 19:21:39 +0200] rev 36845
Add rules directly to the corresponding class locales instead.
hoelzl [Tue, 11 May 2010 19:21:05 +0200] rev 36844
Removed usage of normalizating locales.
huffman [Tue, 11 May 2010 21:55:41 -0700] rev 36843
speed up some proofs, fixing linarith_split_limit warnings
huffman [Tue, 11 May 2010 19:38:16 -0700] rev 36842
fix some linarith_split_limit warnings
huffman [Tue, 11 May 2010 19:01:35 -0700] rev 36841
include iszero_simps in semiring_norm just once (they are already included in rel_simps)
huffman [Tue, 11 May 2010 19:00:32 -0700] rev 36840
fix duplicate simp rule warning
huffman [Tue, 11 May 2010 18:06:58 -0700] rev 36839
no more RealPow.thy (remaining lemmas moved to RealDef.thy)
huffman [Tue, 11 May 2010 17:20:11 -0700] rev 36838
merged
huffman [Tue, 11 May 2010 12:38:07 -0700] rev 36837
simplify code for emptiness check
huffman [Tue, 11 May 2010 12:05:19 -0700] rev 36836
removed lemma real_sq_order; use power2_le_imp_le instead
haftmann [Tue, 11 May 2010 21:27:09 +0200] rev 36835
merged
haftmann [Tue, 11 May 2010 19:06:18 +0200] rev 36834
merged
haftmann [Tue, 11 May 2010 19:00:16 +0200] rev 36833
represent de-Bruin indices simply by position in list
haftmann [Tue, 11 May 2010 18:46:03 +0200] rev 36832
tuned reification functions
haftmann [Tue, 11 May 2010 18:31:36 +0200] rev 36831
tuned code; toward a tightended interface with generated code
huffman [Tue, 11 May 2010 11:58:34 -0700] rev 36830
fix spelling of 'superseded'
huffman [Tue, 11 May 2010 11:57:14 -0700] rev 36829
NEWS: removed theory PReal
huffman [Tue, 11 May 2010 11:40:39 -0700] rev 36828
collected NEWS updates for HOLCF
huffman [Tue, 11 May 2010 11:02:56 -0700] rev 36827
merged
huffman [Tue, 11 May 2010 09:10:31 -0700] rev 36826
move floor lemmas from RealPow.thy to RComplete.thy
huffman [Tue, 11 May 2010 07:58:48 -0700] rev 36825
add lemma tendsto_Complex
huffman [Tue, 11 May 2010 06:30:48 -0700] rev 36824
move some theorems from RealPow.thy to Transcendental.thy
huffman [Tue, 11 May 2010 06:27:06 -0700] rev 36823
add lemma power2_eq_1_iff; generalize some other lemmas
huffman [Mon, 10 May 2010 21:33:48 -0700] rev 36822
minimize imports
huffman [Mon, 10 May 2010 21:27:52 -0700] rev 36821
move lemma real_mult_is_one to Rings.thy, renamed to square_eq_1_iff
wenzelm [Wed, 12 May 2010 12:50:00 +0200] rev 36820
clarified Pretty.font_metrics;
wenzelm [Wed, 12 May 2010 11:31:05 +0200] rev 36819
format as topmost list of "divs", not just adjacent "spans" -- for proper line breaking;
wenzelm [Wed, 12 May 2010 11:28:52 +0200] rev 36818
tuned;