Tue, 24 Sep 2013 15:03:49 -0700 replace lemma with more general simp rule
huffman [Tue, 24 Sep 2013 15:03:49 -0700] rev 53859
replace lemma with more general simp rule
Tue, 24 Sep 2013 23:51:32 +0200 generalized tactics
blanchet [Tue, 24 Sep 2013 23:51:32 +0200] rev 53858
generalized tactics
Tue, 24 Sep 2013 23:10:16 +0200 renamed generated property
blanchet [Tue, 24 Sep 2013 23:10:16 +0200] rev 53857
renamed generated property
Tue, 24 Sep 2013 22:21:51 +0200 commented out debugging output in "primcorec"
blanchet [Tue, 24 Sep 2013 22:21:51 +0200] rev 53856
commented out debugging output in "primcorec"
Tue, 24 Sep 2013 21:27:45 +0200 merged
wenzelm [Tue, 24 Sep 2013 21:27:45 +0200] rev 53855
merged
Tue, 24 Sep 2013 21:23:40 +0200 tuned proofs;
wenzelm [Tue, 24 Sep 2013 21:23:40 +0200] rev 53854
tuned proofs;
Tue, 24 Sep 2013 20:41:28 +0200 more quasi-generic PIDE modules (NB: Swing/JFX needs to be kept separate from non-GUI material);
wenzelm [Tue, 24 Sep 2013 20:41:28 +0200] rev 53853
more quasi-generic PIDE modules (NB: Swing/JFX needs to be kept separate from non-GUI material);
Tue, 24 Sep 2013 20:24:14 +0200 NEWS;
wenzelm [Tue, 24 Sep 2013 20:24:14 +0200] rev 53852
NEWS;
Tue, 24 Sep 2013 19:57:44 +0200 clarified font;
wenzelm [Tue, 24 Sep 2013 19:57:44 +0200] rev 53851
clarified font;
Tue, 24 Sep 2013 19:53:05 +0200 simplified default L&F -- Nimbus should be always available and GTK+ is not fully working yet;
wenzelm [Tue, 24 Sep 2013 19:53:05 +0200] rev 53850
simplified default L&F -- Nimbus should be always available and GTK+ is not fully working yet;
Tue, 24 Sep 2013 19:46:11 +0200 proper platform-specific test;
wenzelm [Tue, 24 Sep 2013 19:46:11 +0200] rev 53849
proper platform-specific test;
Tue, 24 Sep 2013 19:41:14 +0200 disable standard behaviour of Mac OS X text field (i.e. select-all after focus gain) in order to make completion work more smoothly;
wenzelm [Tue, 24 Sep 2013 19:41:14 +0200] rev 53848
disable standard behaviour of Mac OS X text field (i.e. select-all after focus gain) in order to make completion work more smoothly;
Tue, 24 Sep 2013 18:42:44 +0200 focus text field, to capture key events even on Mac OS X look-and-feel;
wenzelm [Tue, 24 Sep 2013 18:42:44 +0200] rev 53847
focus text field, to capture key events even on Mac OS X look-and-feel;
Tue, 24 Sep 2013 17:37:45 +0200 tuned proofs;
wenzelm [Tue, 24 Sep 2013 17:37:45 +0200] rev 53846
tuned proofs;
Tue, 24 Sep 2013 17:13:12 +0200 more tolerant treatment of end-of-buffer -- avoid debatable situations of jEdit buffer boundaries;
wenzelm [Tue, 24 Sep 2013 17:13:12 +0200] rev 53845
more tolerant treatment of end-of-buffer -- avoid debatable situations of jEdit buffer boundaries;
Tue, 24 Sep 2013 16:35:01 +0200 skip ignored commands, similar to former proper_command_at (see d68ea01d5084) -- relevant to Output, Query_Operation etc.;
wenzelm [Tue, 24 Sep 2013 16:35:01 +0200] rev 53844
skip ignored commands, similar to former proper_command_at (see d68ea01d5084) -- relevant to Output, Query_Operation etc.; tuned signature;
Tue, 24 Sep 2013 16:06:12 +0200 clarified command spans (again, see also 03a2dc9e0624): restrict to proper range to allow Isabelle.command_edit adding material monotonically without destroying the command (e.g. relevant for sendback from sledgehammer);
wenzelm [Tue, 24 Sep 2013 16:06:12 +0200] rev 53843
clarified command spans (again, see also 03a2dc9e0624): restrict to proper range to allow Isabelle.command_edit adding material monotonically without destroying the command (e.g. relevant for sendback from sledgehammer); simplified command padding: always newline, despite lack of indentation;
Tue, 24 Sep 2013 16:03:00 +0200 tuned proofs;
wenzelm [Tue, 24 Sep 2013 16:03:00 +0200] rev 53842
tuned proofs;
Tue, 24 Sep 2013 14:14:49 +0200 obsolete;
wenzelm [Tue, 24 Sep 2013 14:14:49 +0200] rev 53841
obsolete;
Tue, 24 Sep 2013 14:09:39 +0200 tuned;
wenzelm [Tue, 24 Sep 2013 14:09:39 +0200] rev 53840
tuned;
Tue, 24 Sep 2013 13:23:25 +0200 avoid clash of auto print functions with query operations, notably sledgehammer (cf. 3461985dcbc3);
wenzelm [Tue, 24 Sep 2013 13:23:25 +0200] rev 53839
avoid clash of auto print functions with query operations, notably sledgehammer (cf. 3461985dcbc3);
Tue, 24 Sep 2013 11:28:18 +0200 tuned isatest options;
wenzelm [Tue, 24 Sep 2013 11:28:18 +0200] rev 53838
tuned isatest options;
Tue, 24 Sep 2013 20:58:27 +0200 updated docs
blanchet [Tue, 24 Sep 2013 20:58:27 +0200] rev 53837
updated docs
Tue, 24 Sep 2013 20:52:42 +0200 added [dest] to "disc_exclude"
blanchet [Tue, 24 Sep 2013 20:52:42 +0200] rev 53836
added [dest] to "disc_exclude"
Tue, 24 Sep 2013 20:40:36 +0200 started adding support for "nat_case" as case study for all "case" constructs
blanchet [Tue, 24 Sep 2013 20:40:36 +0200] rev 53835
started adding support for "nat_case" as case study for all "case" constructs
Tue, 24 Sep 2013 19:54:40 +0200 temporary fix to tactic
blanchet [Tue, 24 Sep 2013 19:54:40 +0200] rev 53834
temporary fix to tactic
Tue, 24 Sep 2013 19:15:50 +0200 made SML/NJ happy
blanchet [Tue, 24 Sep 2013 19:15:50 +0200] rev 53833
made SML/NJ happy
Tue, 24 Sep 2013 19:15:49 +0200 tuning
blanchet [Tue, 24 Sep 2013 19:15:49 +0200] rev 53832
tuning
Tue, 24 Sep 2013 18:07:09 +0200 support "of" syntax to disambiguate selector equations
panny [Tue, 24 Sep 2013 18:07:09 +0200] rev 53831
support "of" syntax to disambiguate selector equations
Tue, 24 Sep 2013 17:54:09 +0200 don't note more induction principles than there are functions + tuning
blanchet [Tue, 24 Sep 2013 17:54:09 +0200] rev 53830
don't note more induction principles than there are functions + tuning
Tue, 24 Sep 2013 17:28:23 +0200 more (co)data docs
blanchet [Tue, 24 Sep 2013 17:28:23 +0200] rev 53829
more (co)data docs
Tue, 24 Sep 2013 17:06:06 +0200 improved rail diagram
blanchet [Tue, 24 Sep 2013 17:06:06 +0200] rev 53828
improved rail diagram
Tue, 24 Sep 2013 16:59:14 +0200 use "primcorec" in example
blanchet [Tue, 24 Sep 2013 16:59:14 +0200] rev 53827
use "primcorec" in example
Tue, 24 Sep 2013 16:55:29 +0200 use "primcorec" in doc
blanchet [Tue, 24 Sep 2013 16:55:29 +0200] rev 53826
use "primcorec" in doc
Tue, 24 Sep 2013 16:54:50 +0200 updated keywords
blanchet [Tue, 24 Sep 2013 16:54:50 +0200] rev 53825
updated keywords
Tue, 24 Sep 2013 16:21:04 +0200 updated certificates
blanchet [Tue, 24 Sep 2013 16:21:04 +0200] rev 53824
updated certificates
Tue, 24 Sep 2013 16:21:03 +0200 when "max_thm_instances" is hit, choose more carefully which instances should be kept
blanchet [Tue, 24 Sep 2013 16:21:03 +0200] rev 53823
when "max_thm_instances" is hit, choose more carefully which instances should be kept
Tue, 24 Sep 2013 15:16:59 +0200 add "primcorec" command (cf. ae7f50e70c09)
panny [Tue, 24 Sep 2013 15:16:59 +0200] rev 53822
add "primcorec" command (cf. ae7f50e70c09)
Tue, 24 Sep 2013 14:07:23 +0200 merged
nipkow [Tue, 24 Sep 2013 14:07:23 +0200] rev 53821
merged
Tue, 24 Sep 2013 13:35:27 +0200 added lemmas
nipkow [Tue, 24 Sep 2013 13:35:27 +0200] rev 53820
added lemmas
Tue, 24 Sep 2013 12:11:53 +0200 honor MaSh's zero-overhead policy -- no learning if the tool is disabled
blanchet [Tue, 24 Sep 2013 12:11:53 +0200] rev 53819
honor MaSh's zero-overhead policy -- no learning if the tool is disabled
Tue, 24 Sep 2013 11:57:43 +0200 adapted to reflect renaming of session
blanchet [Tue, 24 Sep 2013 11:57:43 +0200] rev 53818
adapted to reflect renaming of session
Tue, 24 Sep 2013 11:33:56 +0200 merged
Andreas Lochbihler [Tue, 24 Sep 2013 11:33:56 +0200] rev 53817
merged
Tue, 24 Sep 2013 10:35:37 +0200 make measure_of total
Andreas Lochbihler [Tue, 24 Sep 2013 10:35:37 +0200] rev 53816
make measure_of total
Tue, 24 Sep 2013 11:02:42 +0200 encode goal digest in spying log (to detect duplicates)
blanchet [Tue, 24 Sep 2013 11:02:42 +0200] rev 53815
encode goal digest in spying log (to detect duplicates)
Tue, 24 Sep 2013 09:12:09 +0200 made SML/NJ happy
blanchet [Tue, 24 Sep 2013 09:12:09 +0200] rev 53814
made SML/NJ happy
Mon, 23 Sep 2013 16:56:17 -0700 tuned proofs
huffman [Mon, 23 Sep 2013 16:56:17 -0700] rev 53813
tuned proofs
Tue, 24 Sep 2013 00:21:40 +0200 use forthcoming "primcorec" command
blanchet [Tue, 24 Sep 2013 00:21:40 +0200] rev 53812
use forthcoming "primcorec" command
Tue, 24 Sep 2013 00:18:22 +0200 set code and nitpick_simp attributes on primcorec theorems
blanchet [Tue, 24 Sep 2013 00:18:22 +0200] rev 53811
set code and nitpick_simp attributes on primcorec theorems
Tue, 24 Sep 2013 00:10:59 +0200 tuning
blanchet [Tue, 24 Sep 2013 00:10:59 +0200] rev 53810
tuning
Tue, 24 Sep 2013 00:10:46 +0200 tuned docs
blanchet [Tue, 24 Sep 2013 00:10:46 +0200] rev 53809
tuned docs
Tue, 24 Sep 2013 00:01:10 +0200 register codatatypes with Nitpick
blanchet [Tue, 24 Sep 2013 00:01:10 +0200] rev 53808
register codatatypes with Nitpick
Mon, 23 Sep 2013 23:27:46 +0200 register codatatypes with Nitpick
blanchet [Mon, 23 Sep 2013 23:27:46 +0200] rev 53807
register codatatypes with Nitpick
Mon, 23 Sep 2013 18:40:02 +0200 don't generalize w.r.t. wrong context -- better overgeneralize (since the instantiation phase will compensate for it)
blanchet [Mon, 23 Sep 2013 18:40:02 +0200] rev 53806
don't generalize w.r.t. wrong context -- better overgeneralize (since the instantiation phase will compensate for it)
Mon, 23 Sep 2013 17:43:23 +0200 added [code] to selectors
blanchet [Mon, 23 Sep 2013 17:43:23 +0200] rev 53805
added [code] to selectors
Mon, 23 Sep 2013 14:53:43 +0200 tuned spying
blanchet [Mon, 23 Sep 2013 14:53:43 +0200] rev 53804
tuned spying
Mon, 23 Sep 2013 14:53:43 +0200 document "spy"
blanchet [Mon, 23 Sep 2013 14:53:43 +0200] rev 53803
document "spy"
Mon, 23 Sep 2013 14:53:43 +0200 added "spy" option to Nitpick
blanchet [Mon, 23 Sep 2013 14:53:43 +0200] rev 53802
added "spy" option to Nitpick
Mon, 23 Sep 2013 14:53:43 +0200 document "spy" option
blanchet [Mon, 23 Sep 2013 14:53:43 +0200] rev 53801
document "spy" option
Mon, 23 Sep 2013 14:53:43 +0200 added "spy" option to Sledgehammer
blanchet [Mon, 23 Sep 2013 14:53:43 +0200] rev 53800
added "spy" option to Sledgehammer
Mon, 23 Sep 2013 13:34:15 +0200 proper text for document preparation;
wenzelm [Mon, 23 Sep 2013 13:34:15 +0200] rev 53799
proper text for document preparation;
Mon, 23 Sep 2013 12:40:34 +0200 set [code] on case equations
blanchet [Mon, 23 Sep 2013 12:40:34 +0200] rev 53798
set [code] on case equations
Mon, 23 Sep 2013 10:58:37 +0200 note coinduct theorems in "primcorec"
blanchet [Mon, 23 Sep 2013 10:58:37 +0200] rev 53797
note coinduct theorems in "primcorec"
Mon, 23 Sep 2013 10:46:40 +0200 tuning
blanchet [Mon, 23 Sep 2013 10:46:40 +0200] rev 53796
tuning
Mon, 23 Sep 2013 10:45:26 +0200 generate "simps" from "primcorec"
blanchet [Mon, 23 Sep 2013 10:45:26 +0200] rev 53795
generate "simps" from "primcorec"
Mon, 23 Sep 2013 10:38:23 +0200 undid copy-paste
blanchet [Mon, 23 Sep 2013 10:38:23 +0200] rev 53794
undid copy-paste
Mon, 23 Sep 2013 10:34:10 +0200 avoid giving same name to simplifying constructor as to real one (to avoid risks of confusion when reading the code)
blanchet [Mon, 23 Sep 2013 10:34:10 +0200] rev 53793
avoid giving same name to simplifying constructor as to real one (to avoid risks of confusion when reading the code)
Mon, 23 Sep 2013 10:31:17 +0200 don't generate empty theorem collections
blanchet [Mon, 23 Sep 2013 10:31:17 +0200] rev 53792
don't generate empty theorem collections
Mon, 23 Sep 2013 10:30:43 +0200 tuned code
blanchet [Mon, 23 Sep 2013 10:30:43 +0200] rev 53791
tuned code
Mon, 23 Sep 2013 09:48:06 +0200 provide a way to override MaSh's port from configuration file
blanchet [Mon, 23 Sep 2013 09:48:06 +0200] rev 53790
provide a way to override MaSh's port from configuration file
Mon, 23 Sep 2013 09:08:07 +0200 new version of MaSh program, with proper shutdown
blanchet [Mon, 23 Sep 2013 09:08:07 +0200] rev 53789
new version of MaSh program, with proper shutdown
Sun, 22 Sep 2013 21:04:53 +0200 tuned proofs;
wenzelm [Sun, 22 Sep 2013 21:04:53 +0200] rev 53788
tuned proofs;
Sun, 22 Sep 2013 19:50:48 +0200 focus on default component according to jEdit window management;
wenzelm [Sun, 22 Sep 2013 19:50:48 +0200] rev 53787
focus on default component according to jEdit window management;
Sun, 22 Sep 2013 18:42:18 +0200 tuned;
wenzelm [Sun, 22 Sep 2013 18:42:18 +0200] rev 53786
tuned;
Sun, 22 Sep 2013 18:36:22 +0200 tuned signature;
wenzelm [Sun, 22 Sep 2013 18:36:22 +0200] rev 53785
tuned signature;
Sun, 22 Sep 2013 18:07:34 +0200 completion popup for history text field;
wenzelm [Sun, 22 Sep 2013 18:07:34 +0200] rev 53784
completion popup for history text field; imitate view font, for default rendering of symbols; tuned signature;
Sun, 22 Sep 2013 14:30:34 +0200 clarified location of GUI modules (which depend on Swing of JFX);
wenzelm [Sun, 22 Sep 2013 14:30:34 +0200] rev 53783
clarified location of GUI modules (which depend on Swing of JFX);
Sat, 21 Sep 2013 22:48:52 +0200 repaired latex (cf. 7bb0cf27c243);
wenzelm [Sat, 21 Sep 2013 22:48:52 +0200] rev 53782
repaired latex (cf. 7bb0cf27c243);
Sat, 21 Sep 2013 22:33:42 +0200 tuned proofs;
wenzelm [Sat, 21 Sep 2013 22:33:42 +0200] rev 53781
tuned proofs;
Sat, 21 Sep 2013 20:58:32 +0200 caret range of active text area counts as visible (e.g. relevant for Output after scrolling outside of text view);
wenzelm [Sat, 21 Sep 2013 20:58:32 +0200] rev 53780
caret range of active text area counts as visible (e.g. relevant for Output after scrolling outside of text view);
Sat, 21 Sep 2013 20:56:06 +0200 tuned;
wenzelm [Sat, 21 Sep 2013 20:56:06 +0200] rev 53779
tuned;
Sat, 21 Sep 2013 20:31:03 +0200 proper layered pane at root of parent component, not global view (e.g. relevant for tooltips for detached info windows);
wenzelm [Sat, 21 Sep 2013 20:31:03 +0200] rev 53778
proper layered pane at root of parent component, not global view (e.g. relevant for tooltips for detached info windows);
Sat, 21 Sep 2013 19:48:46 +0200 immediate access to some elementary examples;
wenzelm [Sat, 21 Sep 2013 19:48:46 +0200] rev 53777
immediate access to some elementary examples;
Sat, 21 Sep 2013 17:37:02 +0200 more front-matter;
wenzelm [Sat, 21 Sep 2013 17:37:02 +0200] rev 53776
more front-matter;
Sat, 21 Sep 2013 17:20:08 +0200 clarified logo;
wenzelm [Sat, 21 Sep 2013 17:20:08 +0200] rev 53775
clarified logo;
Sat, 21 Sep 2013 17:18:26 +0200 proper text replacement (cf. 747835eb2782);
wenzelm [Sat, 21 Sep 2013 17:18:26 +0200] rev 53774
proper text replacement (cf. 747835eb2782);
Sat, 21 Sep 2013 17:08:47 +0200 added canonical screenshot;
wenzelm [Sat, 21 Sep 2013 17:08:47 +0200] rev 53773
added canonical screenshot;
Sat, 21 Sep 2013 16:44:31 +0200 removed obsolete README;
wenzelm [Sat, 21 Sep 2013 16:44:31 +0200] rev 53772
removed obsolete README; open Documentation dockable by default;
Sat, 21 Sep 2013 16:08:17 +0200 tuned;
wenzelm [Sat, 21 Sep 2013 16:08:17 +0200] rev 53771
tuned;
Sat, 21 Sep 2013 15:23:31 +0200 added/updated material from src/Tools/jEdit/README.html;
wenzelm [Sat, 21 Sep 2013 15:23:31 +0200] rev 53770
added/updated material from src/Tools/jEdit/README.html;
Sat, 21 Sep 2013 13:05:54 +0200 basic setup for Isabelle/jEdit documentation;
wenzelm [Sat, 21 Sep 2013 13:05:54 +0200] rev 53769
basic setup for Isabelle/jEdit documentation;
Sat, 21 Sep 2013 12:03:51 +0200 updated keywords;
wenzelm [Sat, 21 Sep 2013 12:03:51 +0200] rev 53768
updated keywords;
Fri, 20 Sep 2013 22:39:30 +0200 updated CONTRIBUTORS
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53767
updated CONTRIBUTORS
Fri, 20 Sep 2013 22:39:30 +0200 updated NEWS
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53766
updated NEWS
Fri, 20 Sep 2013 22:39:30 +0200 document option
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53765
document option
Fri, 20 Sep 2013 22:39:30 +0200 merged "isar_try0" and "isar_minimize" options
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53764
merged "isar_try0" and "isar_minimize" options
Fri, 20 Sep 2013 22:39:30 +0200 hardcoded obscure option
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53763
hardcoded obscure option
Fri, 20 Sep 2013 22:39:30 +0200 hard-coded an obscure option
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53762
hard-coded an obscure option
Fri, 20 Sep 2013 22:39:30 +0200 use configuration mechanism for low-level tracing
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53761
use configuration mechanism for low-level tracing
Fri, 20 Sep 2013 22:39:30 +0200 moved focus to Isabell/jEdit and away from Proof General
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53760
moved focus to Isabell/jEdit and away from Proof General
Fri, 20 Sep 2013 22:39:30 +0200 took out Waldmeister from list of default provers -- it's usually just visual noise, and its integration in Sledgehammer leaves much to be desired
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53759
took out Waldmeister from list of default provers -- it's usually just visual noise, and its integration in Sledgehammer leaves much to be desired
Fri, 20 Sep 2013 22:39:30 +0200 tuning (use a blacklist instead of a whitelist)
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53758
tuning (use a blacklist instead of a whitelist)
Fri, 20 Sep 2013 22:39:30 +0200 reduce the number of emitted MaSh commands (among others to facilitate debugging)
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53757
reduce the number of emitted MaSh commands (among others to facilitate debugging)
Fri, 20 Sep 2013 22:39:30 +0200 MaSh tweaks to facilitate debugging
blanchet [Fri, 20 Sep 2013 22:39:30 +0200] rev 53756
MaSh tweaks to facilitate debugging
Fri, 20 Sep 2013 20:21:54 +0200 tuned proofs
haftmann [Fri, 20 Sep 2013 20:21:54 +0200] rev 53755
tuned proofs
Fri, 20 Sep 2013 17:08:08 +0200 make SML/NJ happy
kuncar [Fri, 20 Sep 2013 17:08:08 +0200] rev 53754
make SML/NJ happy
Fri, 20 Sep 2013 16:32:27 +0200 renamed "primcorec" to "primcorecursive", to open the door to a 'theory -> theory' command called "primcorec" (cf. "fun" vs. "function")
blanchet [Fri, 20 Sep 2013 16:32:27 +0200] rev 53753
renamed "primcorec" to "primcorecursive", to open the door to a 'theory -> theory' command called "primcorec" (cf. "fun" vs. "function")
Fri, 20 Sep 2013 15:42:41 +0200 more primcorec docs
blanchet [Fri, 20 Sep 2013 15:42:41 +0200] rev 53752
more primcorec docs
Fri, 20 Sep 2013 15:05:47 +0200 added primcorec examples with lambdas
blanchet [Fri, 20 Sep 2013 15:05:47 +0200] rev 53751
added primcorec examples with lambdas
Fri, 20 Sep 2013 14:50:06 +0200 more primcorec docs
blanchet [Fri, 20 Sep 2013 14:50:06 +0200] rev 53750
more primcorec docs
Fri, 20 Sep 2013 14:17:47 +0200 adapted primcorec documentation to reflect the three views
blanchet [Fri, 20 Sep 2013 14:17:47 +0200] rev 53749
adapted primcorec documentation to reflect the three views
Fri, 20 Sep 2013 12:09:06 +0200 updated docs
blanchet [Fri, 20 Sep 2013 12:09:06 +0200] rev 53748
updated docs
Fri, 20 Sep 2013 12:04:48 +0200 took out spurious attributes (no need for several code equations / simps for thesame constants)
blanchet [Fri, 20 Sep 2013 12:04:48 +0200] rev 53747
took out spurious attributes (no need for several code equations / simps for thesame constants)
Fri, 20 Sep 2013 11:44:30 +0200 have "datatype_new_compat" register induction and recursion theorems in nested case
blanchet [Fri, 20 Sep 2013 11:44:30 +0200] rev 53746
have "datatype_new_compat" register induction and recursion theorems in nested case
Fri, 20 Sep 2013 10:09:16 +0200 prefer Code.abort over code_abort
Andreas Lochbihler [Fri, 20 Sep 2013 10:09:16 +0200] rev 53745
prefer Code.abort over code_abort
Fri, 20 Sep 2013 00:08:42 +0200 setting the stage for safe constructor simp rules
blanchet [Fri, 20 Sep 2013 00:08:42 +0200] rev 53744
setting the stage for safe constructor simp rules
Thu, 19 Sep 2013 23:54:54 +0200 added TODO
blanchet [Thu, 19 Sep 2013 23:54:54 +0200] rev 53743
added TODO
Thu, 19 Sep 2013 20:23:08 +0200 made tactic more reliable
blanchet [Thu, 19 Sep 2013 20:23:08 +0200] rev 53742
made tactic more reliable
Thu, 19 Sep 2013 20:03:42 +0200 killed exceptional code that is anyway no longer needed, now that the 'simp' attribute has been taken away -- this solves issues in 'primcorec'
blanchet [Thu, 19 Sep 2013 20:03:42 +0200] rev 53741
killed exceptional code that is anyway no longer needed, now that the 'simp' attribute has been taken away -- this solves issues in 'primcorec'
Thu, 19 Sep 2013 20:03:41 +0200 cleaner handling of collapse theorems
blanchet [Thu, 19 Sep 2013 20:03:41 +0200] rev 53740
cleaner handling of collapse theorems
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip