huffman [Thu, 23 Feb 2012 15:15:48 +0100] rev 46608
make uses of constant bin_sc respect int/bin distinction
huffman [Thu, 23 Feb 2012 15:04:51 +0100] rev 46607
remove duplicate lemma bintrunc_Suc in favor of bintrunc.Suc
huffman [Thu, 23 Feb 2012 14:43:01 +0100] rev 46606
remove unused lemmas
huffman [Thu, 23 Feb 2012 14:29:29 +0100] rev 46605
simplify proofs
huffman [Thu, 23 Feb 2012 13:16:18 +0100] rev 46604
make uses of bin_sign respect int/bin distinction
huffman [Thu, 23 Feb 2012 12:45:00 +0100] rev 46603
removed unnecessary lemma zero_bintrunc
huffman [Thu, 23 Feb 2012 12:24:34 +0100] rev 46602
remove unnecessary lemmas
huffman [Thu, 23 Feb 2012 12:08:59 +0100] rev 46601
removed unnecessary constant bin_rl
huffman [Thu, 23 Feb 2012 11:53:03 +0100] rev 46600
remove duplication of lemmas bin_{rest,last}_BIT
huffman [Thu, 23 Feb 2012 11:24:54 +0100] rev 46599
remove lemmas Bit{0,1}_div2
huffman [Thu, 23 Feb 2012 11:20:42 +0100] rev 46598
simplify proof
huffman [Thu, 23 Feb 2012 08:59:55 +0100] rev 46597
deal with FIXMEs for linarith examples
haftmann [Thu, 23 Feb 2012 08:17:22 +0100] rev 46596
CONTRIBUTORS
huffman [Wed, 22 Feb 2012 19:59:06 +0100] rev 46595
merged
huffman [Wed, 22 Feb 2012 17:34:31 +0100] rev 46594
tuned whitespace
huffman [Wed, 22 Feb 2012 17:33:53 +0100] rev 46593
tuned whitespace
bulwahn [Wed, 22 Feb 2012 18:08:41 +0100] rev 46592
adding documentation about find_unused_assms command and use_subtype option in the IsarRef
bulwahn [Wed, 22 Feb 2012 18:08:27 +0100] rev 46591
NEWS
bulwahn [Wed, 22 Feb 2012 17:25:35 +0100] rev 46590
adding some examples with find_unused_assms command
bulwahn [Wed, 22 Feb 2012 17:22:53 +0100] rev 46589
adding new command "find_unused_assms"
bulwahn [Wed, 22 Feb 2012 12:30:01 +0100] rev 46588
removing some unnecessary premises from Map theory
bulwahn [Wed, 22 Feb 2012 09:35:01 +0100] rev 46587
preliminarily switching quickcheck-narrowing off by default (probably it should only be invoked if concrete testing does not work)
bulwahn [Wed, 22 Feb 2012 08:05:28 +0100] rev 46586
generalizing inj_on_Int
bulwahn [Wed, 22 Feb 2012 08:01:41 +0100] rev 46585
moving Quickcheck's example to its own session
wenzelm [Tue, 21 Feb 2012 23:25:36 +0100] rev 46584
tuned proofs;
wenzelm [Tue, 21 Feb 2012 23:24:49 +0100] rev 46583
more robust visible_range: allow empty view;
wenzelm [Tue, 21 Feb 2012 22:50:28 +0100] rev 46582
misc tuning;
wenzelm [Tue, 21 Feb 2012 21:15:57 +0100] rev 46581
merged;
wenzelm [Tue, 21 Feb 2012 20:43:58 +0100] rev 46580
made SML/NJ happy;
wenzelm [Tue, 21 Feb 2012 20:22:23 +0100] rev 46579
tuned proofs;
wenzelm [Tue, 21 Feb 2012 17:09:53 +0100] rev 46578
merged
wenzelm [Tue, 21 Feb 2012 17:09:17 +0100] rev 46577
tuned proofs;
wenzelm [Tue, 21 Feb 2012 17:08:32 +0100] rev 46576
approximate Perspective.full within the bounds of the JVM;
wenzelm [Tue, 21 Feb 2012 16:48:10 +0100] rev 46575
misc tuning;
more indentation;
wenzelm [Tue, 21 Feb 2012 16:42:57 +0100] rev 46574
invoke later to reduce chance of causing deadlock;
wenzelm [Tue, 21 Feb 2012 16:28:18 +0100] rev 46573
misc tuning;
more indentation;
wenzelm [Tue, 21 Feb 2012 16:04:58 +0100] rev 46572
separate module for text status overview;
wenzelm [Tue, 21 Feb 2012 15:36:23 +0100] rev 46571
overview.delay_repaint: avoid wasting GUI cycles via update_delay;
prefer delay_first for prover initiated events -- avoid indefinite delay;
wenzelm [Tue, 21 Feb 2012 13:37:03 +0100] rev 46570
tuned;
berghofe [Tue, 21 Feb 2012 13:19:16 +0100] rev 46569
merged
berghofe [Tue, 21 Feb 2012 12:10:47 +0100] rev 46568
merged
berghofe [Mon, 20 Feb 2012 16:09:58 +0100] rev 46567
Fixed bugs:
- set_env no longer modifies pfuns field in theory data record.
Instead, a copy of this field is now contained in the env field.
- add_type_def now checks whether type associated with SPARK enumeration
type is really a datatype with no parameters.
- check_pfuns_types now properly strips off prefixes of proof function names.
bulwahn [Tue, 21 Feb 2012 13:15:25 +0100] rev 46566
merged
bulwahn [Tue, 21 Feb 2012 12:20:33 +0100] rev 46565
subtype preprocessing in Quickcheck;
adding option use_subtype;
tuned
bulwahn [Tue, 21 Feb 2012 11:25:48 +0100] rev 46564
adding parsing of an optional predicate with quickcheck_generator command
wenzelm [Tue, 21 Feb 2012 13:10:13 +0100] rev 46563
updated generated files (cf. 8d51b375e926);
wenzelm [Tue, 21 Feb 2012 12:45:00 +0100] rev 46562
merged;
huffman [Tue, 21 Feb 2012 11:08:05 +0100] rev 46561
add missing lemmas to compute_div_mod
huffman [Tue, 21 Feb 2012 11:04:38 +0100] rev 46560
remove constant negateSnd in favor of 'apsnd uminus' (from Florian Haftmann)
huffman [Tue, 21 Feb 2012 10:30:57 +0100] rev 46559
avoid using constant Int.neg
huffman [Tue, 21 Feb 2012 09:17:53 +0100] rev 46558
renamed ex/Numeral.thy to ex/Numeral_Representation.thy
haftmann [Tue, 21 Feb 2012 08:15:42 +0100] rev 46557
reverting changesets from 5d33a3269029 on: change of order of declaration of classical rules makes serious problems
haftmann [Mon, 20 Feb 2012 21:04:00 +0100] rev 46556
tuned whitespace
haftmann [Mon, 20 Feb 2012 08:01:08 +0100] rev 46555
tuned proof
haftmann [Sun, 19 Feb 2012 15:40:58 +0100] rev 46554
tuned proof
haftmann [Sun, 19 Feb 2012 15:30:35 +0100] rev 46553
distributed lattice properties of predicates to places of instantiation
bulwahn [Mon, 20 Feb 2012 15:17:03 +0100] rev 46552
removing some unnecessary premises from Divides
huffman [Mon, 20 Feb 2012 14:23:46 +0100] rev 46551
simplify projections on simultaneous computations of div and mod; tuned structure (from Florian Haftmann)
wenzelm [Mon, 20 Feb 2012 22:35:32 +0100] rev 46550
observe HEIGHT of overview ticks;
misc tuning and clarification;
wenzelm [Mon, 20 Feb 2012 20:24:01 +0100] rev 46549
more careful painting of overview component: more precise and more efficient;
wenzelm [Mon, 20 Feb 2012 15:36:48 +0100] rev 46548
clarified initial process startup errors: recover image load failure message (cf. 2cb7e34f6096) and suppress accidental output from raw ML toplevel;
huffman [Mon, 20 Feb 2012 12:37:17 +0100] rev 46547
use qualified constant names instead of suffixes (from Florian Haftmann)
haftmann [Sat, 18 Feb 2012 10:35:45 +0100] rev 46546
tuned proofs
haftmann [Sun, 12 Feb 2012 22:10:05 +0100] rev 46545
tuned
haftmann [Sat, 11 Feb 2012 00:07:28 +0100] rev 46544
brute-force adjustion
haftmann [Sat, 11 Feb 2012 00:06:48 +0100] rev 46543
tuned whitespace
haftmann [Sat, 11 Feb 2012 00:06:30 +0100] rev 46542
tuned
haftmann [Fri, 10 Feb 2012 23:56:09 +0100] rev 46541
tuned
haftmann [Fri, 10 Feb 2012 23:49:17 +0100] rev 46540
tuned code
haftmann [Fri, 10 Feb 2012 23:36:02 +0100] rev 46539
dropped whitespace
haftmann [Fri, 10 Feb 2012 23:30:17 +0100] rev 46538
dropped dead code
haftmann [Fri, 10 Feb 2012 23:23:41 +0100] rev 46537
dropped dead code
haftmann [Fri, 10 Feb 2012 23:16:24 +0100] rev 46536
dropped dead code
haftmann [Fri, 10 Feb 2012 23:14:23 +0100] rev 46535
dropped dead code
haftmann [Fri, 10 Feb 2012 23:12:57 +0100] rev 46534
dropped dead code
haftmann [Fri, 10 Feb 2012 23:06:21 +0100] rev 46533
dropped dead code
haftmann [Fri, 10 Feb 2012 22:58:04 +0100] rev 46532
corrected typo
haftmann [Fri, 10 Feb 2012 22:51:21 +0100] rev 46531
dropped dead code
haftmann [Sun, 12 Feb 2012 22:10:33 +0100] rev 46530
notepad is more appropriate here
boehmes [Sat, 18 Feb 2012 23:43:21 +0100] rev 46529
corrected treatment of applications of built-in functions to higher-order terms
krauss [Sat, 18 Feb 2012 23:05:31 +0100] rev 46528
NEWS
krauss [Sat, 18 Feb 2012 22:31:24 +0100] rev 46527
merged
krauss [Sat, 18 Feb 2012 09:46:58 +0100] rev 46526
added congruence rules for Option.{map|bind}
haftmann [Sat, 18 Feb 2012 20:53:39 +0100] rev 46525
updated generated documents
haftmann [Sat, 18 Feb 2012 20:50:11 +0100] rev 46524
avoid redefinition of @{theory} antiquotation
haftmann [Sat, 18 Feb 2012 20:13:38 +0100] rev 46523
update of generated documents
haftmann [Sat, 18 Feb 2012 20:12:37 +0100] rev 46522
tuned whitespace
haftmann [Sat, 18 Feb 2012 20:12:30 +0100] rev 46521
clarified
haftmann [Sat, 18 Feb 2012 20:12:16 +0100] rev 46520
corrected spelling
haftmann [Sat, 18 Feb 2012 20:11:58 +0100] rev 46519
clarified
haftmann [Sat, 18 Feb 2012 20:07:47 +0100] rev 46518
more precise semantics of "theory" antiquotation
haftmann [Sat, 18 Feb 2012 20:07:26 +0100] rev 46517
tuned import
haftmann [Sat, 18 Feb 2012 20:06:59 +0100] rev 46516
dropped references to obsolete theories
haftmann [Sat, 18 Feb 2012 20:06:43 +0100] rev 46515
adjusted to set type constructor
haftmann [Sat, 18 Feb 2012 20:06:14 +0100] rev 46514
tuned whitespace
haftmann [Sat, 18 Feb 2012 11:31:35 +0100] rev 46513
more explicit error on malformed abstract equation; dropped dead code; tuned signature
wenzelm [Fri, 17 Feb 2012 15:42:26 +0100] rev 46512
simplified configuration options for syntax ambiguity;
wenzelm [Fri, 17 Feb 2012 11:24:39 +0100] rev 46511
retain default of Syntax.ambiguity, according to 2bd54d4b5f3d (despite earlier versions);
wenzelm [Thu, 16 Feb 2012 23:07:01 +0100] rev 46510
more antiquotations;
wenzelm [Thu, 16 Feb 2012 22:54:40 +0100] rev 46509
more symbols;
misc tuning;
wenzelm [Thu, 16 Feb 2012 22:53:56 +0100] rev 46508
tuned imports;
wenzelm [Thu, 16 Feb 2012 22:53:24 +0100] rev 46507
tuned proofs;
wenzelm [Thu, 16 Feb 2012 22:18:28 +0100] rev 46506
simplified configuration options for syntax ambiguity;
wenzelm [Thu, 16 Feb 2012 17:09:15 +0100] rev 46505
merged
bulwahn [Thu, 16 Feb 2012 16:02:02 +0100] rev 46504
removing unnecessary premise from diff_single_insert
wenzelm [Thu, 16 Feb 2012 16:42:26 +0100] rev 46503
explicit is better than implicit;
wenzelm [Thu, 16 Feb 2012 14:14:58 +0100] rev 46502
more uniform / portable representation of the idea of "copy_dir" (NB: cp -f dereferences symlinks on GNU/Linux, but does not on old-school Unixen including BSD/Mac OS X);
bulwahn [Thu, 16 Feb 2012 09:51:34 +0100] rev 46501
simplifying proof
bulwahn [Thu, 16 Feb 2012 09:18:23 +0100] rev 46500
removing unnecessary premises in theorems of List theory
bulwahn [Thu, 16 Feb 2012 09:18:21 +0100] rev 46499
tuning mutabelle script
bulwahn [Thu, 16 Feb 2012 09:18:20 +0100] rev 46498
adding documentation for abort_potential option in quickcheck
wenzelm [Wed, 15 Feb 2012 23:19:30 +0100] rev 46497
renamed Thm.capply to Thm.apply, and Thm.cabs to Thm.lambda in conformance with similar operations in structure Term and Logic;
wenzelm [Wed, 15 Feb 2012 22:44:31 +0100] rev 46496
discontinued Drule.term_rule, which tends to cause confusion due to builtin cterm_of (NB: the standard morphisms already provide a separate term component);
wenzelm [Wed, 15 Feb 2012 21:38:28 +0100] rev 46495
uniform Isar source formatting for this file;
wenzelm [Wed, 15 Feb 2012 21:29:23 +0100] rev 46494
clarified outer syntax "constdecl", which is only local to some rail diagrams;
wenzelm [Wed, 15 Feb 2012 21:08:27 +0100] rev 46493
discontinued obsolete "prems" fact;
wenzelm [Wed, 15 Feb 2012 20:56:30 +0100] rev 46492
eliminated slightly odd / obsolete DETERM_UNTIL, DETERM_UNTIL_SOLVED (cf. 941afb897532, ea0668a1c0ba);
wenzelm [Wed, 15 Feb 2012 20:47:32 +0100] rev 46491
removed obsolete files;
wenzelm [Wed, 15 Feb 2012 20:41:13 +0100] rev 46490
more basic simplification, eliminated slightly odd tactic style from 1995 (cf. ea0668a1c0ba);
wenzelm [Wed, 15 Feb 2012 20:28:19 +0100] rev 46489
removed dead code;