blanchet [Tue, 15 Oct 2013 10:59:34 +0200] rev 54109
addressed rare case where the same symbol would be treated alternately as a function and as a predicate -- adding "top2I top_boolI" to a problem that didn't talk about "top" was a way to trigger the issue
blanchet [Mon, 14 Oct 2013 11:14:14 +0200] rev 54108
added Nitpick limitations to docs
blanchet [Mon, 14 Oct 2013 11:07:59 +0200] rev 54107
more defensive Nitpick setup -- exotic types of recursion are not supported yet in the model finder
blanchet [Mon, 14 Oct 2013 10:55:49 +0200] rev 54106
keep temporary error handling in there until code equations are properly generated
blanchet [Mon, 14 Oct 2013 10:50:44 +0200] rev 54105
tuning (simplified parts of 92c5bd3b342d)
blanchet [Mon, 14 Oct 2013 10:27:16 +0200] rev 54104
tuning
blanchet [Mon, 14 Oct 2013 10:06:03 +0200] rev 54103
stengthened tactic to cope with abort cases
blanchet [Mon, 14 Oct 2013 09:31:42 +0200] rev 54102
tuned names
blanchet [Mon, 14 Oct 2013 09:17:04 +0200] rev 54101
strengthened tactic w.r.t. "let"
blanchet [Sun, 13 Oct 2013 21:36:26 +0200] rev 54100
more prominent MaSh errors
panny [Fri, 11 Oct 2013 23:15:30 +0200] rev 54099
compile -- fix typo introduced in 07a8145aaeba
panny [Fri, 11 Oct 2013 20:47:37 +0200] rev 54098
pass the right theorems to tactic
panny [Fri, 11 Oct 2013 16:31:23 +0200] rev 54097
prove user-supplied equations for ctr and code reductions, preserving "let"s, "case"s etc.;
generate code-style theorems (currently commented out since this still fails for many cases);
filter tautologies (False ==> ...) out of generated theorems;
blanchet [Thu, 10 Oct 2013 08:23:57 +0200] rev 54096
repaired confusion between the stated and effective fact filter -- the mismatch could result in "Match" exceptions
blanchet [Thu, 10 Oct 2013 01:17:37 +0200] rev 54095
simplify fudge factor code
blanchet [Wed, 09 Oct 2013 17:21:28 +0200] rev 54094
cleanup SMT-related config options
blanchet [Wed, 09 Oct 2013 16:40:03 +0200] rev 54093
no isar proofs if preplay was not attempted
blanchet [Wed, 09 Oct 2013 16:38:48 +0200] rev 54092
normalize more equalities
blanchet [Wed, 09 Oct 2013 16:07:33 +0200] rev 54091
parallelize MeSh
blanchet [Wed, 09 Oct 2013 15:58:02 +0200] rev 54090
run relevance filter only once for ATPs and SMT solvers, since it should now yield the same results anyway
blanchet [Wed, 09 Oct 2013 15:39:34 +0200] rev 54089
use same relevance filter for ATP and SMT solvers -- attempting to filter out certain ground instances of polymorphic symbols like + and 0 has unexpected side-effects that lead to incompletenesses (relevant facts not being selected)
blanchet [Wed, 09 Oct 2013 10:47:43 +0200] rev 54088
minor performance tuning
blanchet [Wed, 09 Oct 2013 09:53:18 +0200] rev 54087
use plain types instead of dedicated type pattern
blanchet [Wed, 09 Oct 2013 09:51:24 +0200] rev 54086
duplicate term and type patterns
blanchet [Wed, 09 Oct 2013 09:47:59 +0200] rev 54085
optimized built-in const check
blanchet [Wed, 09 Oct 2013 08:28:36 +0200] rev 54084
added TODO
blanchet [Wed, 09 Oct 2013 08:12:53 +0200] rev 54083
crank up limit a bit -- truly huge background theories are still nearly 3 times larger
blanchet [Tue, 08 Oct 2013 22:33:05 +0200] rev 54082
higher minimum relevance threshold, to prevent Sledgehammer from taking too long on "lemma False"
blanchet [Tue, 08 Oct 2013 21:19:46 +0200] rev 54081
minor fact filter speedups
blanchet [Tue, 08 Oct 2013 20:56:35 +0200] rev 54080
more gracefully handle huge theories in relevance filters
blanchet [Tue, 08 Oct 2013 20:53:37 +0200] rev 54079
handle huge MaSh requests gracefully
blanchet [Tue, 08 Oct 2013 16:40:03 +0200] rev 54078
further optimization in relevance filter
blanchet [Tue, 08 Oct 2013 14:53:33 +0200] rev 54077
further speed up duplicate elimination
blanchet [Tue, 08 Oct 2013 14:41:25 +0200] rev 54076
more efficient theorem variable normalization
blanchet [Mon, 07 Oct 2013 23:44:53 +0200] rev 54075
strengthened constructor-view tactic to deal with 'let's
blanchet [Mon, 07 Oct 2013 23:38:57 +0200] rev 54074
allow 'let's around constructors in constructor view
blanchet [Mon, 07 Oct 2013 20:54:55 +0200] rev 54073
reword abstract
blanchet [Mon, 07 Oct 2013 20:34:16 +0200] rev 54072
more primcorec docs
blanchet [Mon, 07 Oct 2013 20:34:14 +0200] rev 54071
minor doc fix
huffman [Mon, 07 Oct 2013 08:39:50 -0700] rev 54070
new topological lemmas; tuned proofs
blanchet [Sun, 06 Oct 2013 20:54:28 +0200] rev 54069
strengthen the tactics to bring them in sync with the simplifications taking place in the code (and weaken the simplifications a bit -- let's not deal with implies)
blanchet [Sun, 06 Oct 2013 20:24:06 +0200] rev 54068
generate optimized DNF formula
blanchet [Sun, 06 Oct 2013 20:24:05 +0200] rev 54067
rationalized negation code
blanchet [Sat, 05 Oct 2013 11:06:07 +0200] rev 54066
honor externally set MASH_PORT
panny [Fri, 04 Oct 2013 18:27:07 +0200] rev 54065
process code-style inputs
blanchet [Fri, 04 Oct 2013 17:00:35 +0200] rev 54064
more tracing
blanchet [Fri, 04 Oct 2013 16:51:26 +0200] rev 54063
more thorough spying
blanchet [Fri, 04 Oct 2013 16:11:19 +0200] rev 54062
more Sledgehammer spying -- record fact indices
blanchet [Fri, 04 Oct 2013 14:35:00 +0200] rev 54061
prevent explosion in monomorphizer (e.g. when the facts typerep_int_def typerep_num_def typerep_option_def typerep_node_def are selected)
blanchet [Fri, 04 Oct 2013 12:59:18 +0200] rev 54060
removed pointless special case
blanchet [Fri, 04 Oct 2013 11:52:10 +0200] rev 54059
run fewer provers in "try" mode
blanchet [Fri, 04 Oct 2013 11:28:28 +0200] rev 54058
count remote threads as well when balancing CPU usage -- otherwise jEdit users and other users of the "blocking" mode may have to wait for 2 * timeout if they e.g. have 4 cores and 5 provers (the typical situation)
blanchet [Fri, 04 Oct 2013 11:12:28 +0200] rev 54057
more parallelism in blocking mode
blanchet [Fri, 04 Oct 2013 09:46:08 +0200] rev 54056
more robustness in MaSh
wenzelm [Thu, 03 Oct 2013 19:01:10 +0200] rev 54055
back to post-release mode -- after fork point;
wenzelm [Thu, 03 Oct 2013 16:32:33 +0200] rev 54054
tuned;
wenzelm [Thu, 03 Oct 2013 16:25:40 +0200] rev 54053
tuned;
wenzelm [Thu, 03 Oct 2013 16:15:47 +0200] rev 54052
more notes;
wenzelm [Thu, 03 Oct 2013 16:09:47 +0200] rev 54051
tuned;
nipkow [Thu, 03 Oct 2013 12:34:32 +0200] rev 54050
added and generalised lemmas
ballarin [Thu, 03 Oct 2013 00:39:16 +0200] rev 54049
Streamlined locales reference material.
nipkow [Wed, 02 Oct 2013 23:05:36 +0200] rev 54048
merged
nipkow [Wed, 02 Oct 2013 22:32:50 +0200] rev 54047
tuned
traytel [Wed, 02 Oct 2013 22:59:54 +0200] rev 54046
merged
traytel [Wed, 02 Oct 2013 22:59:19 +0200] rev 54045
keep the qualification of bindings when noting bnf theorems
blanchet [Wed, 02 Oct 2013 22:54:42 +0200] rev 54044
strengthened tactic (primcorec_sel_tac) + tuning
blanchet [Wed, 02 Oct 2013 22:54:42 +0200] rev 54043
renamings
blanchet [Wed, 02 Oct 2013 22:54:42 +0200] rev 54042
got rid of needless argument
blanchet [Wed, 02 Oct 2013 22:54:42 +0200] rev 54041
make SMT integration slacker w.r.t. bad apples (facts)
blanchet [Wed, 02 Oct 2013 22:54:42 +0200] rev 54040
strengthen top sort check
wenzelm [Wed, 02 Oct 2013 19:49:31 +0200] rev 54039
tuned whitespace;
wenzelm [Wed, 02 Oct 2013 19:49:15 +0200] rev 54038
tuned;
wenzelm [Wed, 02 Oct 2013 19:43:58 +0200] rev 54037
unset XMODIFIERS by default, in order to prevent total loss of key events seen on Fedora 18/19;
wenzelm [Wed, 02 Oct 2013 19:27:12 +0200] rev 54036
updated to scala-2.10.3;
wenzelm [Wed, 02 Oct 2013 17:10:01 +0200] rev 54035
tuned;
wenzelm [Wed, 02 Oct 2013 17:09:12 +0200] rev 54034
some highlights of Isabelle2013-1 based on NEWS;
wenzelm [Wed, 02 Oct 2013 17:08:39 +0200] rev 54033
tuned;
wenzelm [Wed, 02 Oct 2013 16:56:02 +0200] rev 54032
misc tuning for release;
blanchet [Wed, 02 Oct 2013 16:29:41 +0200] rev 54031
more (co)data docs
blanchet [Wed, 02 Oct 2013 16:29:40 +0200] rev 54030
don't register equations of the form 'f x = ...' as simp rules, even if they are safe (noncorecursive), because they unfold too aggresively concepts users are likely to want to stay folded
traytel [Wed, 02 Oct 2013 15:53:20 +0200] rev 54029
NEWS and CONTRIBUTORS
traytel [Wed, 02 Oct 2013 15:13:41 +0200] rev 54028
made SML/NJ happy
traytel [Wed, 02 Oct 2013 13:29:04 +0200] rev 54027
use new coinduction method and primcorec in examples
traytel [Wed, 02 Oct 2013 11:57:52 +0200] rev 54026
new coinduction method
blanchet [Wed, 02 Oct 2013 10:53:15 +0200] rev 54025
tuned command descriptions
blanchet [Wed, 02 Oct 2013 10:39:01 +0200] rev 54024
strengthen tactic w.r.t. let
blanchet [Wed, 02 Oct 2013 10:34:13 +0200] rev 54023
minor doc fix (there is no guarantee that the equations for a given f_i are contiguous in the collection)
kuncar [Wed, 02 Oct 2013 10:15:53 +0300] rev 54022
typo
kuncar [Wed, 02 Oct 2013 10:13:54 +0300] rev 54021
NEWS and CONTRIBUTORS
blanchet [Tue, 01 Oct 2013 23:51:15 +0200] rev 54020
merged
blanchet [Tue, 01 Oct 2013 23:50:35 +0200] rev 54019
compile -- broken since 21dac9a60f0c
blanchet [Tue, 01 Oct 2013 23:36:02 +0200] rev 54018
strengthened tactic for right-hand sides involving lambdas
krauss [Tue, 01 Oct 2013 23:46:46 +0200] rev 54017
basic documentation for function elimination rules and fun_cases
blanchet [Tue, 01 Oct 2013 22:50:42 +0200] rev 54016
allow uncurried lambda-abstractions on rhs of "primcorec"
blanchet [Tue, 01 Oct 2013 19:58:31 +0200] rev 54015
tiny doc fix
traytel [Tue, 01 Oct 2013 17:06:35 +0200] rev 54014
base the fset bnf on the new FSet theory
traytel [Tue, 01 Oct 2013 17:04:27 +0200] rev 54013
improved backwards compatiblity of primrec_new (Isabelle/ML interface, attributes, etc.)
blanchet [Tue, 01 Oct 2013 15:02:12 +0200] rev 54012
removed spurious save if nothing needs to bee learned
blanchet [Tue, 01 Oct 2013 14:40:25 +0200] rev 54011
new version of MaSh that really honors the --port option and that checks for file name mismatches
blanchet [Tue, 01 Oct 2013 14:29:27 +0200] rev 54010
minor textual changes
blanchet [Tue, 01 Oct 2013 14:13:24 +0200] rev 54009
got rid of dead feature
blanchet [Tue, 01 Oct 2013 14:05:25 +0200] rev 54008
refactoring -- splitting between constructor sugar dependencies and true BNF dependencies
blanchet [Tue, 01 Oct 2013 14:05:25 +0200] rev 54007
renamed ML files
blanchet [Tue, 01 Oct 2013 14:05:25 +0200] rev 54006
renamed theory file
wenzelm [Tue, 01 Oct 2013 12:53:24 +0200] rev 54005
tuned signature -- facilitate experimentation with other processes;
Christian Sternagel [Mon, 30 Sep 2013 22:01:46 +0900] rev 54004
preserve types during rewriting
blanchet [Mon, 30 Sep 2013 22:36:43 +0200] rev 54003
made SML/NJ happy
blanchet [Mon, 30 Sep 2013 18:08:35 +0200] rev 54002
made SML/NJ happy
blanchet [Mon, 30 Sep 2013 17:53:44 +0200] rev 54001
made SML/NJ happier
blanchet [Mon, 30 Sep 2013 17:47:50 +0200] rev 54000
added experimental configuration options to tune use of builtin symbols in SMT
blanchet [Mon, 30 Sep 2013 16:28:54 +0200] rev 53999
added possibility to reset builtins (for experimentation)
blanchet [Mon, 30 Sep 2013 16:07:56 +0200] rev 53998
just one data slot (record) per program unit
blanchet [Mon, 30 Sep 2013 15:10:18 +0200] rev 53997
more "primrec_new" documentation
wenzelm [Mon, 30 Sep 2013 14:19:33 +0200] rev 53996
merged
wenzelm [Mon, 30 Sep 2013 14:17:27 +0200] rev 53995
tuned signature;
wenzelm [Mon, 30 Sep 2013 13:45:17 +0200] rev 53994
eliminated clone of Inductive.mk_cases_tac;
wenzelm [Mon, 30 Sep 2013 13:35:05 +0200] rev 53993
tuned signature;
wenzelm [Mon, 30 Sep 2013 13:29:09 +0200] rev 53992
tuned whitespace;
wenzelm [Mon, 30 Sep 2013 13:20:44 +0200] rev 53991
provide regular ML interface and use plain Syntax.read_prop/Syntax.check_prop (update by Manuel Eberl);
blanchet [Mon, 30 Sep 2013 14:04:26 +0200] rev 53990
merge
blanchet [Mon, 30 Sep 2013 13:59:07 +0200] rev 53989
minor tweak to error message
wenzelm [Mon, 30 Sep 2013 11:20:24 +0200] rev 53988
tuned;
wenzelm [Sun, 29 Sep 2013 18:51:01 +0200] rev 53987
explicit caret position after replacement;
haftmann [Sun, 29 Sep 2013 16:01:22 +0200] rev 53986
tuned proofs
wenzelm [Sun, 29 Sep 2013 14:07:47 +0200] rev 53985
observe user preferences;
wenzelm [Sun, 29 Sep 2013 13:53:16 +0200] rev 53984
updated for release;
wenzelm [Sun, 29 Sep 2013 12:56:50 +0200] rev 53983
tuned;
wenzelm [Sun, 29 Sep 2013 12:49:47 +0200] rev 53982
tuned;
wenzelm [Sun, 29 Sep 2013 12:44:40 +0200] rev 53981
more on text completion;
wenzelm [Sun, 29 Sep 2013 12:21:11 +0200] rev 53980
made SML/NJ happy (NB: toplevel ML environment is unmanaged);
wenzelm [Sun, 29 Sep 2013 12:18:47 +0200] rev 53979
updated for release;
wenzelm [Sun, 29 Sep 2013 12:17:02 +0200] rev 53978
updated for release;
wenzelm [Sun, 29 Sep 2013 11:59:01 +0200] rev 53977
updated to sumatra_pdf-2.3.2;
wenzelm [Sun, 29 Sep 2013 11:21:02 +0200] rev 53976
low-priority print task is always asynchronous -- relevant for single-core machine and automatically tried tools;
wenzelm [Sun, 29 Sep 2013 00:15:05 +0200] rev 53975
backout c6297fa1031a -- strange parsers are required to make this work;
wenzelm [Sat, 28 Sep 2013 22:47:17 +0200] rev 53974
make SML/NJ more happy;
wenzelm [Sat, 28 Sep 2013 20:24:13 +0200] rev 53973
enforce IsabelleText font for better symbol coverage, especially on Windows;
wenzelm [Sat, 28 Sep 2013 16:36:17 +0200] rev 53972
proper wrapper for parser -- more explicit error;
wenzelm [Sat, 28 Sep 2013 16:10:26 +0200] rev 53971
misc tuning for release;
wenzelm [Sat, 28 Sep 2013 15:36:14 +0200] rev 53970
remove remains from WinRun4J;
wenzelm [Sat, 28 Sep 2013 14:41:46 +0200] rev 53969
proper document markup;
wenzelm [Sat, 28 Sep 2013 14:36:04 +0200] rev 53968
uniform $ISABELLE_HOME on all platforms;
wenzelm [Sat, 28 Sep 2013 13:50:38 +0200] rev 53967
simplified ISABELLE_HOME on Windows (see also 9c8a1b9c0630, 5a7903ba2dac);
wenzelm [Sat, 28 Sep 2013 13:40:33 +0200] rev 53966
update second environment that is used for System.getenv(String);
wenzelm [Sat, 28 Sep 2013 12:55:33 +0200] rev 53965
adhoc update of JVM environment variables, which is relevant for cold start of jEdit;
kuncar [Fri, 27 Sep 2013 21:54:55 +0200] rev 53964
tuned names
kuncar [Fri, 27 Sep 2013 21:54:55 +0200] rev 53963
fold and lemmas about cardinality
wenzelm [Fri, 27 Sep 2013 21:04:57 +0200] rev 53962
more robust parser: 'imports' are mandatory except for bootstrapping Pure;
blanchet [Fri, 27 Sep 2013 20:13:35 +0200] rev 53961
one more unfolding necessary
blanchet [Fri, 27 Sep 2013 19:30:49 +0200] rev 53960
faster exit in common case
nipkow [Fri, 27 Sep 2013 17:57:45 +0200] rev 53959
merged
nipkow [Fri, 27 Sep 2013 17:57:30 +0200] rev 53958
hide coercion
blanchet [Fri, 27 Sep 2013 17:39:34 +0200] rev 53957
fixed one line that would never have compiled in a typed language + release the lock in case of exceptions
nipkow [Fri, 27 Sep 2013 17:20:02 +0200] rev 53956
merged
nipkow [Fri, 27 Sep 2013 16:48:47 +0200] rev 53955
added Bleast code eqns for RBT
nipkow [Fri, 27 Sep 2013 15:38:23 +0200] rev 53954
added code eqns for bounded LEAST operator
kuncar [Fri, 27 Sep 2013 14:43:26 +0200] rev 53953
new theory of finite sets as a subtype
kuncar [Fri, 27 Sep 2013 14:43:26 +0200] rev 53952
new parametricity rules and useful lemmas
kuncar [Fri, 27 Sep 2013 14:43:26 +0200] rev 53951
allow to specify multiple parametricity transfer rules in lift_definition
Andreas Lochbihler [Fri, 27 Sep 2013 12:26:39 +0200] rev 53950
merged
Andreas Lochbihler [Fri, 27 Sep 2013 12:26:23 +0200] rev 53949
generalise lemma
wenzelm [Fri, 27 Sep 2013 11:56:52 +0200] rev 53948
proper latex;
Andreas Lochbihler [Fri, 27 Sep 2013 10:40:02 +0200] rev 53947
merged
Andreas Lochbihler [Fri, 27 Sep 2013 09:26:31 +0200] rev 53946
add relator for 'a filter and parametricity theorems
Andreas Lochbihler [Fri, 27 Sep 2013 09:15:40 +0200] rev 53945
tuned proofs
Andreas Lochbihler [Fri, 27 Sep 2013 09:07:45 +0200] rev 53944
add lemmas
Andreas Lochbihler [Fri, 27 Sep 2013 08:59:22 +0200] rev 53943
prefer Code.abort over code_abort
lammich <lammich@in.tum.de> [Fri, 27 Sep 2013 09:17:25 +0200] rev 53942
merged
lammich <lammich@in.tum.de> [Thu, 26 Sep 2013 16:52:24 +0200] rev 53941
Added Item_Net.retrieve_matching
lammich <lammich@in.tum.de> [Thu, 26 Sep 2013 13:37:33 +0200] rev 53940
Added symmetric code_unfold-lemmas for null and is_none
huffman [Thu, 26 Sep 2013 16:33:34 -0700] rev 53939
tuned proofs
huffman [Thu, 26 Sep 2013 16:33:32 -0700] rev 53938
moved lemma
wenzelm [Thu, 26 Sep 2013 23:27:09 +0200] rev 53937
merged
wenzelm [Thu, 26 Sep 2013 23:26:51 +0200] rev 53936
proper regexp;
wenzelm [Thu, 26 Sep 2013 22:34:43 +0200] rev 53935
added Isabelle/ML example;
wenzelm [Thu, 26 Sep 2013 22:29:29 +0200] rev 53934
updated jedit.jar, jEdit-patched.tar.gz according to 239f8f451976;
wenzelm [Thu, 26 Sep 2013 21:39:10 +0200] rev 53933
workaround for action-bar shortcut on Mac OS X L&F: avoid EnhancedMenuItem.setAccelerator which causes conflict with regular key handling and thus double invocation -- see also jEdit.actionContext (if actionBarVisible view.removeToolBar);
wenzelm [Thu, 26 Sep 2013 16:42:18 +0200] rev 53932
more uniform modes (NB: comments etc. are handled by isabelle.Token_Markup.Marker);
wenzelm [Thu, 26 Sep 2013 16:30:32 +0200] rev 53931
support more brackets (see also 427724cff970, 7bf637b65ba2);
huffman [Thu, 26 Sep 2013 08:44:43 -0700] rev 53930
tuned proofs
blanchet [Thu, 26 Sep 2013 17:24:15 +0200] rev 53929
further strengthening of tactics
Andreas Lochbihler [Thu, 26 Sep 2013 16:50:40 +0200] rev 53928
merged
Andreas Lochbihler [Thu, 26 Sep 2013 15:50:33 +0200] rev 53927
add lemmas
blanchet [Thu, 26 Sep 2013 16:41:32 +0200] rev 53926
strengthened tactic
blanchet [Thu, 26 Sep 2013 16:25:12 +0200] rev 53925
tuning
blanchet [Thu, 26 Sep 2013 16:17:34 +0200] rev 53924
avoid calls to nth with ~1
blanchet [Thu, 26 Sep 2013 16:10:57 +0200] rev 53923
tuning
blanchet [Thu, 26 Sep 2013 16:00:18 +0200] rev 53922
strengthened tactic
blanchet [Thu, 26 Sep 2013 15:13:55 +0200] rev 53921
tactic cleanup
blanchet [Thu, 26 Sep 2013 15:13:28 +0200] rev 53920
made tactic more robust in case somebody specified a discriminator for a one-constructor type
blanchet [Thu, 26 Sep 2013 13:56:07 +0200] rev 53919
tuning
blanchet [Thu, 26 Sep 2013 13:51:08 +0200] rev 53918
use new "sel_split(_asm)" to avoid giving rise to quantifiers, which would in turn require relying on injectivity
blanchet [Thu, 26 Sep 2013 13:42:14 +0200] rev 53917
generate "sel_splits(_asm)" theorems
blanchet [Thu, 26 Sep 2013 13:42:13 +0200] rev 53916
generate "sel_exhaust" theorem
wenzelm [Thu, 26 Sep 2013 13:34:42 +0200] rev 53915
merged
wenzelm [Thu, 26 Sep 2013 13:28:26 +0200] rev 53914
obsolete (see also 48d13465c7c7);
wenzelm [Thu, 26 Sep 2013 12:56:59 +0200] rev 53913
prefer GNU tar for Isabelle to avoid odd extended header keywords produced by Apple's bsdtar (see also 8f6046b7f850);
wenzelm [Thu, 26 Sep 2013 10:42:10 +0200] rev 53912
initialize class immediately (potentially more robust);
nipkow [Thu, 26 Sep 2013 11:41:01 +0200] rev 53911
tuned
blanchet [Thu, 26 Sep 2013 10:57:39 +0200] rev 53910
strengthen tactic
blanchet [Thu, 26 Sep 2013 10:26:00 +0200] rev 53909
use needed case theorems
blanchet [Thu, 26 Sep 2013 10:20:23 +0200] rev 53908
tuning
blanchet [Thu, 26 Sep 2013 10:00:07 +0200] rev 53907
added data query function
blanchet [Thu, 26 Sep 2013 09:58:36 +0200] rev 53906
added data query function
blanchet [Thu, 26 Sep 2013 02:34:34 +0200] rev 53905
tuning
blanchet [Thu, 26 Sep 2013 02:25:33 +0200] rev 53904
got rid of dependency on silly 'eq_ifI' theorem
blanchet [Thu, 26 Sep 2013 02:09:52 +0200] rev 53903
more powerful/robust tactics
blanchet [Thu, 26 Sep 2013 01:05:32 +0200] rev 53902
use standard "split" properties instead of ad hoc "eq_...I"
blanchet [Thu, 26 Sep 2013 01:05:07 +0200] rev 53901
tuning
blanchet [Thu, 26 Sep 2013 01:05:06 +0200] rev 53900
made tactic more flexible w.r.t. case expressions and such
panny [Wed, 25 Sep 2013 21:25:53 +0200] rev 53899
simplified code
wenzelm [Wed, 25 Sep 2013 20:29:28 +0200] rev 53898
simplified directory structure;
wenzelm [Wed, 25 Sep 2013 20:28:49 +0200] rev 53897
obsolete (see da57c4912987);
blanchet [Wed, 25 Sep 2013 18:49:37 +0200] rev 53896
don't generate wrong type
blanchet [Wed, 25 Sep 2013 18:00:53 +0200] rev 53895
proper handling of abstractions
blanchet [Wed, 25 Sep 2013 17:11:17 +0200] rev 53894
fixed off-by-one bug
blanchet [Wed, 25 Sep 2013 17:01:29 +0200] rev 53893
further improved 'code' helper functions
blanchet [Wed, 25 Sep 2013 16:57:48 +0200] rev 53892
removed spurious recursion
blanchet [Wed, 25 Sep 2013 16:52:51 +0200] rev 53891
robustness
blanchet [Wed, 25 Sep 2013 16:43:46 +0200] rev 53890
thread through bound types
blanchet [Wed, 25 Sep 2013 16:43:46 +0200] rev 53889
killed redundant argument
blanchet [Wed, 25 Sep 2013 16:43:46 +0200] rev 53888
improved massaging of case expressions
blanchet [Wed, 25 Sep 2013 16:43:46 +0200] rev 53887
filled in gap in library offering
wenzelm [Wed, 25 Sep 2013 16:29:35 +0200] rev 53886
updated documentation concerning MacOSX plugin 1.3;
wenzelm [Wed, 25 Sep 2013 16:21:27 +0200] rev 53885
merged
wenzelm [Wed, 25 Sep 2013 16:05:40 +0200] rev 53884
bypass Isabelle OSX_Adapter for now -- MacOSX plugin 1.3 manages that better;
wenzelm [Wed, 25 Sep 2013 15:40:34 +0200] rev 53883
include MacOSX plugin by default -- disabled by default to avoid multiplatform confusion;
wenzelm [Wed, 25 Sep 2013 15:26:19 +0200] rev 53882
removed obsolete cobra.jar, js.jar (see also 30de372ca56f);
added MacOSX.jar based on SVN 23208 (essentially plugin version 1.3);
nipkow [Wed, 25 Sep 2013 15:49:15 +0200] rev 53881
merged
nipkow [Wed, 25 Sep 2013 15:49:09 +0200] rev 53880
tuned
blanchet [Wed, 25 Sep 2013 14:28:10 +0200] rev 53879
break more conjunctions
blanchet [Wed, 25 Sep 2013 14:21:18 +0200] rev 53878
move useful functions to library
panny [Wed, 25 Sep 2013 13:39:34 +0200] rev 53877
merge
panny [Wed, 25 Sep 2013 12:43:20 +0200] rev 53876
simplified code
panny [Wed, 25 Sep 2013 00:38:13 +0200] rev 53875
add non-corecursive constructor view theorems to simps
wenzelm [Wed, 25 Sep 2013 12:52:21 +0200] rev 53874
merged
wenzelm [Wed, 25 Sep 2013 12:42:56 +0200] rev 53873
tuned proofs;
wenzelm [Wed, 25 Sep 2013 11:12:59 +0200] rev 53872
explicit Status.REMOVED, which is required e.g. for sledgehammer to retrieve command of sendback exec_id (in contrast to find_theorems, see c2da0d3b974d);
blanchet [Wed, 25 Sep 2013 12:29:06 +0200] rev 53871
more powerful fold
blanchet [Wed, 25 Sep 2013 12:00:22 +0200] rev 53870
properly fold over branches