Fri, 27 May 2011 10:30:08 +0200 repaired theory merging and defined/used helpers
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43028
repaired theory merging and defined/used helpers
Fri, 27 May 2011 10:30:08 +0200 make Sledgehammer a little bit less verbose in "try"
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43027
make Sledgehammer a little bit less verbose in "try"
Fri, 27 May 2011 10:30:08 +0200 handle non-auto try cases gracefully in Try Methods
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43026
handle non-auto try cases gracefully in Try Methods
Fri, 27 May 2011 10:30:08 +0200 handle non-auto try case gracefully in Solve Direct
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43025
handle non-auto try case gracefully in Solve Direct
Fri, 27 May 2011 10:30:08 +0200 prioritize try and auto try's tools, with fast ones first, with a slight preference for provers vs. counterexample generators
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43024
prioritize try and auto try's tools, with fast ones first, with a slight preference for provers vs. counterexample generators
Fri, 27 May 2011 10:30:08 +0200 update SML section of documentation
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43023
update SML section of documentation
Fri, 27 May 2011 10:30:08 +0200 handle non-auto try case gracefully in Nitpick
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43022
handle non-auto try case gracefully in Nitpick
Fri, 27 May 2011 10:30:08 +0200 handle non-auto try case of Sledgehammer better
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43021
handle non-auto try case of Sledgehammer better
Fri, 27 May 2011 10:30:08 +0200 added "try" command, to launch Solve Direct, Quickcheck, Nitpick, Sledgehammer, and Try Methods
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43020
added "try" command, to launch Solve Direct, Quickcheck, Nitpick, Sledgehammer, and Try Methods
Fri, 27 May 2011 10:30:08 +0200 removed FIXME: "try_methods" doesn't take a clasimpmod, because it needs to generate Isar proof text in case of success and hence needs total control over its arguments
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43019
removed FIXME: "try_methods" doesn't take a clasimpmod, because it needs to generate Isar proof text in case of success and hence needs total control over its arguments
Fri, 27 May 2011 10:30:08 +0200 renamed "Auto_Tools" "Try"
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43018
renamed "Auto_Tools" "Try"
Fri, 27 May 2011 10:30:08 +0200 removed THF equality proxy hack now that Geoff Sutcliffe has fixed SystemOnTPTP
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43017
removed THF equality proxy hack now that Geoff Sutcliffe has fixed SystemOnTPTP
Fri, 27 May 2011 10:30:08 +0200 renamed "try" "try_methods"
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43016
renamed "try" "try_methods"
Fri, 27 May 2011 10:30:08 +0200 renamed "metis_timeout" to "preplay_timeout" and continued implementation
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43015
renamed "metis_timeout" to "preplay_timeout" and continued implementation
Fri, 27 May 2011 10:30:08 +0200 minor fixes to Sledgehammer docs
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43014
minor fixes to Sledgehammer docs
Fri, 27 May 2011 10:30:08 +0200 shorten minimizer command further, exploiting until-now-undocumented syntax
blanchet [Fri, 27 May 2011 10:30:08 +0200] rev 43013
shorten minimizer command further, exploiting until-now-undocumented syntax
Fri, 27 May 2011 10:30:07 +0200 minor tweaks to the Nitpick documentation
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43012
minor tweaks to the Nitpick documentation
Fri, 27 May 2011 10:30:07 +0200 added syntax for specifying Metis timeout (currently used only by SMT solvers)
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43011
added syntax for specifying Metis timeout (currently used only by SMT solvers)
Fri, 27 May 2011 10:30:07 +0200 readded Waldmeister as default to the documentation and other minor changes
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43010
readded Waldmeister as default to the documentation and other minor changes
Fri, 27 May 2011 10:30:07 +0200 reintroduced Waldmeister but limit the number of remote threads created
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43009
reintroduced Waldmeister but limit the number of remote threads created
Fri, 27 May 2011 10:30:07 +0200 renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43008
renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
Fri, 27 May 2011 10:30:07 +0200 minor doc adjustments
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43007
minor doc adjustments
Fri, 27 May 2011 10:30:07 +0200 make output more concise
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43006
make output more concise
Fri, 27 May 2011 10:30:07 +0200 merge timeout messages from several ATPs into one message to avoid clutter
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43005
merge timeout messages from several ATPs into one message to avoid clutter
Fri, 27 May 2011 10:30:07 +0200 fix soundness bug in Sledgehammer: distinguish params in goals from fixed variables in context
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43004
fix soundness bug in Sledgehammer: distinguish params in goals from fixed variables in context
Fri, 27 May 2011 10:30:07 +0200 tuning
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43003
tuning
Fri, 27 May 2011 10:30:07 +0200 mention contributions from LCP and explain metis and metisFT encodings
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43002
mention contributions from LCP and explain metis and metisFT encodings
Fri, 27 May 2011 10:30:07 +0200 fixed trivial fact detection
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43001
fixed trivial fact detection
Fri, 27 May 2011 10:30:07 +0200 cleaner handling of equality and proxies (esp. for THF)
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 43000
cleaner handling of equality and proxies (esp. for THF)
Fri, 27 May 2011 10:30:07 +0200 recognize more ATP failures
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 42999
recognize more ATP failures
Fri, 27 May 2011 10:30:07 +0200 fully support all type system encodings in typed formats (TFF, THF)
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 42998
fully support all type system encodings in typed formats (TFF, THF)
Fri, 27 May 2011 10:30:07 +0200 take out Waldmeister from default for now -- success rate too low on Judgment Day
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 42997
take out Waldmeister from default for now -- success rate too low on Judgment Day
Fri, 27 May 2011 10:30:07 +0200 document relevance filter a bit more
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 42996
document relevance filter a bit more
Fri, 27 May 2011 10:30:07 +0200 always run Sledgehammer synchronously in the jEdit interface (until the multithreading support for Proof General is ported)
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 42995
always run Sledgehammer synchronously in the jEdit interface (until the multithreading support for Proof General is ported)
Fri, 27 May 2011 10:30:07 +0200 towards supporting non-simply-typed encodings for TFF and THF (for orthogonality and experiments)
blanchet [Fri, 27 May 2011 10:30:07 +0200] rev 42994
towards supporting non-simply-typed encodings for TFF and THF (for orthogonality and experiments)
Thu, 26 May 2011 23:21:00 +0200 instance inat for complete_lattice
noschinl [Thu, 26 May 2011 23:21:00 +0200] rev 42993
instance inat for complete_lattice
Thu, 26 May 2011 22:02:40 +0200 iteratively deepen abstractions to avoid rare Z3 proof reconstruction failures, e.g. when pulling if-then-else from below uninterpreted constants (suggested by Jasmin Christian Blanchette)
boehmes [Thu, 26 May 2011 22:02:40 +0200] rev 42992
iteratively deepen abstractions to avoid rare Z3 proof reconstruction failures, e.g. when pulling if-then-else from below uninterpreted constants (suggested by Jasmin Christian Blanchette)
Thu, 26 May 2011 20:51:03 +0200 integral strong monotone; finite subadditivity for measure
hoelzl [Thu, 26 May 2011 20:51:03 +0200] rev 42991
integral strong monotone; finite subadditivity for measure
Thu, 26 May 2011 20:49:56 +0200 composition of convex and measurable function is measurable
hoelzl [Thu, 26 May 2011 20:49:56 +0200] rev 42990
composition of convex and measurable function is measurable
Thu, 26 May 2011 17:59:39 +0200 introduce independence of two random variables
hoelzl [Thu, 26 May 2011 17:59:39 +0200] rev 42989
introduce independence of two random variables
Thu, 26 May 2011 17:40:01 +0200 add lemma indep_distribution_eq_measure
hoelzl [Thu, 26 May 2011 17:40:01 +0200] rev 42988
add lemma indep_distribution_eq_measure
Thu, 26 May 2011 14:12:06 +0200 add lemma indep_rv_finite
hoelzl [Thu, 26 May 2011 14:12:06 +0200] rev 42987
add lemma indep_rv_finite
Thu, 26 May 2011 14:12:03 +0200 generalize setsum_cases
hoelzl [Thu, 26 May 2011 14:12:03 +0200] rev 42986
generalize setsum_cases
Thu, 26 May 2011 14:12:02 +0200 add lemma borel_0_1_law
hoelzl [Thu, 26 May 2011 14:12:02 +0200] rev 42985
add lemma borel_0_1_law
Thu, 26 May 2011 14:12:01 +0200 add lemma sigma_sets_singleton
hoelzl [Thu, 26 May 2011 14:12:01 +0200] rev 42984
add lemma sigma_sets_singleton
Thu, 26 May 2011 14:12:00 +0200 use abbrevitation events == sets M
hoelzl [Thu, 26 May 2011 14:12:00 +0200] rev 42983
use abbrevitation events == sets M
Thu, 26 May 2011 14:11:58 +0200 add lemma kolmogorov_0_1_law
hoelzl [Thu, 26 May 2011 14:11:58 +0200] rev 42982
add lemma kolmogorov_0_1_law
Thu, 26 May 2011 14:11:57 +0200 add lemma indep_sets_collect_sigma
hoelzl [Thu, 26 May 2011 14:11:57 +0200] rev 42981
add lemma indep_sets_collect_sigma
Thu, 26 May 2011 09:42:04 +0200 improving code_int setup in Quickcheck_Narrowing; adding partial_term_of class in Quickcheck_Narrowing
bulwahn [Thu, 26 May 2011 09:42:04 +0200] rev 42980
improving code_int setup in Quickcheck_Narrowing; adding partial_term_of class in Quickcheck_Narrowing
Thu, 26 May 2011 09:42:02 +0200 extending terms of Code_Evaluation by Free to allow partial terms
bulwahn [Thu, 26 May 2011 09:42:02 +0200] rev 42979
extending terms of Code_Evaluation by Free to allow partial terms
Thu, 26 May 2011 00:20:28 +0200 adhoc event handler to insert 'sendback' text into the buffer, replacing the original command
krauss [Thu, 26 May 2011 00:20:28 +0200] rev 42978
adhoc event handler to insert 'sendback' text into the buffer, replacing the original command
Thu, 26 May 2011 00:12:30 +0200 css rules for highlighting sendback text
krauss [Thu, 26 May 2011 00:12:30 +0200] rev 42977
css rules for highlighting sendback text
Thu, 26 May 2011 00:12:01 +0200 invert event propagation flag -- in lobobrowser api, true means re-propagate
krauss [Thu, 26 May 2011 00:12:01 +0200] rev 42976
invert event propagation flag -- in lobobrowser api, true means re-propagate
Wed, 25 May 2011 08:31:36 +0200 eta-expand to make SML/NJ happy
blanchet [Wed, 25 May 2011 08:31:36 +0200] rev 42975
eta-expand to make SML/NJ happy
Tue, 24 May 2011 18:04:23 +0200 ensure that the argument of logical negation is enclosed in parentheses in THF mode
blanchet [Tue, 24 May 2011 18:04:23 +0200] rev 42974
ensure that the argument of logical negation is enclosed in parentheses in THF mode
Tue, 24 May 2011 17:05:29 +0200 hack to obtain potable step names from Waldmeister
blanchet [Tue, 24 May 2011 17:05:29 +0200] rev 42973
hack to obtain potable step names from Waldmeister
Tue, 24 May 2011 17:04:35 +0200 respect user's intention better when setting the CNF_UEQ type system (esp. w.r.t. "erased")
blanchet [Tue, 24 May 2011 17:04:35 +0200] rev 42972
respect user's intention better when setting the CNF_UEQ type system (esp. w.r.t. "erased")
Tue, 24 May 2011 13:29:32 +0200 further reduce the number of facts passed to less used remote ATPs
blanchet [Tue, 24 May 2011 13:29:32 +0200] rev 42971
further reduce the number of facts passed to less used remote ATPs
Tue, 24 May 2011 11:55:59 +0200 added quietness flag
blanchet [Tue, 24 May 2011 11:55:59 +0200] rev 42970
added quietness flag
Tue, 24 May 2011 10:03:15 +0200 pass fewer relevant facts to less used remote systems
blanchet [Tue, 24 May 2011 10:03:15 +0200] rev 42969
pass fewer relevant facts to less used remote systems
Tue, 24 May 2011 10:01:03 +0200 more work on parsing LEO-II proofs and extracting uses of extensionality
blanchet [Tue, 24 May 2011 10:01:03 +0200] rev 42968
more work on parsing LEO-II proofs and extracting uses of extensionality
Tue, 24 May 2011 10:01:00 +0200 tuning
blanchet [Tue, 24 May 2011 10:01:00 +0200] rev 42967
tuning
Tue, 24 May 2011 10:00:38 +0200 more work on parsing LEO-II proofs without lambdas
blanchet [Tue, 24 May 2011 10:00:38 +0200] rev 42966
more work on parsing LEO-II proofs without lambdas
Tue, 24 May 2011 00:01:33 +0200 slightly gracefuller handling of LEO-II and Satallax output
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42965
slightly gracefuller handling of LEO-II and Satallax output
Tue, 24 May 2011 00:01:33 +0200 document primitive support for LEO-II and Satallax
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42964
document primitive support for LEO-II and Satallax
Tue, 24 May 2011 00:01:33 +0200 identify HOL functions with THF functions
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42963
identify HOL functions with THF functions
Tue, 24 May 2011 00:01:33 +0200 started adding support for THF output (but no lambdas)
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42962
started adding support for THF output (but no lambdas)
Tue, 24 May 2011 00:01:33 +0200 eliminated more code duplication in Nitrox
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42961
eliminated more code duplication in Nitrox
Tue, 24 May 2011 00:01:33 +0200 reduce code duplication in Nitrox
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42960
reduce code duplication in Nitrox
Tue, 24 May 2011 00:01:33 +0200 use \<emdash> rather than \<midarrow>
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42959
use \<emdash> rather than \<midarrow>
Tue, 24 May 2011 00:01:33 +0200 fixed de Bruijn index bug
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42958
fixed de Bruijn index bug
Tue, 24 May 2011 00:01:33 +0200 use "eq_thm_prop" for slacker comparison -- ensures that backtick-quoted chained facts are recognized in the minimizer, among other things
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42957
use "eq_thm_prop" for slacker comparison -- ensures that backtick-quoted chained facts are recognized in the minimizer, among other things
Tue, 24 May 2011 00:01:33 +0200 filter Waldmeister facts better -- and don't encode type classes as predicates, since it doesn't like conditional equations
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42956
filter Waldmeister facts better -- and don't encode type classes as predicates, since it doesn't like conditional equations
Tue, 24 May 2011 00:01:33 +0200 clearer SystemOnTPTP errors
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42955
clearer SystemOnTPTP errors
Tue, 24 May 2011 00:01:33 +0200 give fewer equations to Waldmeister
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42954
give fewer equations to Waldmeister
Tue, 24 May 2011 00:01:33 +0200 detect inappropriate problems and crashes better in Waldmeister
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42953
detect inappropriate problems and crashes better in Waldmeister
Tue, 24 May 2011 00:01:33 +0200 tuning -- the "appropriate" terminology is inspired from TPTP
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42952
tuning -- the "appropriate" terminology is inspired from TPTP
Tue, 24 May 2011 00:01:33 +0200 pass no type args to hAPP in "poly_args" type system, which is unsound anyway and should correspond as closely as possible to the old unsound encoding
blanchet [Tue, 24 May 2011 00:01:33 +0200] rev 42951
pass no type args to hAPP in "poly_args" type system, which is unsound anyway and should correspond as closely as possible to the old unsound encoding
Mon, 23 May 2011 19:21:05 +0200 move lemmas to Extended_Reals and Extended_Real_Limits
hoelzl [Mon, 23 May 2011 19:21:05 +0200] rev 42950
move lemmas to Extended_Reals and Extended_Real_Limits
Mon, 23 May 2011 10:58:21 +0200 separate initializations for different modes of partial_function -- generation of induction rules will be non-uniform
krauss [Mon, 23 May 2011 10:58:21 +0200] rev 42949
separate initializations for different modes of partial_function -- generation of induction rules will be non-uniform
Sun, 22 May 2011 22:22:25 +0200 reverted 7fdd8d4908dc -- keeping images from Isabelle_makeall would be too expensive
krauss [Sun, 22 May 2011 22:22:25 +0200] rev 42948
reverted 7fdd8d4908dc -- keeping images from Isabelle_makeall would be too expensive
Sun, 22 May 2011 20:59:13 +0200 fun command produces warning when patterns are incomplete (somewhat analogous to primrec)
krauss [Sun, 22 May 2011 20:59:13 +0200] rev 42947
fun command produces warning when patterns are incomplete (somewhat analogous to primrec)
Sun, 22 May 2011 14:51:42 +0200 added message when Waldmeister isn't run
blanchet [Sun, 22 May 2011 14:51:42 +0200] rev 42946
added message when Waldmeister isn't run
Sun, 22 May 2011 14:51:42 +0200 slightly improved documentation
blanchet [Sun, 22 May 2011 14:51:42 +0200] rev 42945
slightly improved documentation
Sun, 22 May 2011 14:51:42 +0200 improved Waldmeister support -- even run it by default on unit equational goals
blanchet [Sun, 22 May 2011 14:51:42 +0200] rev 42944
improved Waldmeister support -- even run it by default on unit equational goals
Sun, 22 May 2011 14:51:41 +0200 fish out axioms in Waldmeister output
blanchet [Sun, 22 May 2011 14:51:41 +0200] rev 42943
fish out axioms in Waldmeister output
Sun, 22 May 2011 14:51:04 +0200 removed SNARK hack now that SNARK is fixed
blanchet [Sun, 22 May 2011 14:51:04 +0200] rev 42942
removed SNARK hack now that SNARK is fixed
Sun, 22 May 2011 14:51:04 +0200 recognize one more SystemOnTPTP error
blanchet [Sun, 22 May 2011 14:51:04 +0200] rev 42941
recognize one more SystemOnTPTP error
Sun, 22 May 2011 14:51:04 +0200 document Waldmeister
blanchet [Sun, 22 May 2011 14:51:04 +0200] rev 42940
document Waldmeister
Sun, 22 May 2011 14:51:01 +0200 added support for remote Waldmeister
blanchet [Sun, 22 May 2011 14:51:01 +0200] rev 42939
added support for remote Waldmeister
Sun, 22 May 2011 14:50:32 +0200 added Waldmeister
blanchet [Sun, 22 May 2011 14:50:32 +0200] rev 42938
added Waldmeister
Sun, 22 May 2011 14:49:35 +0200 reorganized ATP formats a little bit
blanchet [Sun, 22 May 2011 14:49:35 +0200] rev 42937
reorganized ATP formats a little bit
Mon, 06 Jun 2011 22:02:34 +0200 tuned;
wenzelm [Mon, 06 Jun 2011 22:02:34 +0200] rev 42936
tuned;
Mon, 06 Jun 2011 19:13:48 +0200 removed odd remains of low-level session management;
wenzelm [Mon, 06 Jun 2011 19:13:48 +0200] rev 42935
removed odd remains of low-level session management;
Mon, 06 Jun 2011 19:08:46 +0200 moved incr_boundvars;
wenzelm [Mon, 06 Jun 2011 19:08:46 +0200] rev 42934
moved incr_boundvars; discontinued low-level term operations;
Mon, 06 Jun 2011 18:05:38 +0200 modernized and re-unified Thm.transfer;
wenzelm [Mon, 06 Jun 2011 18:05:38 +0200] rev 42933
modernized and re-unified Thm.transfer;
Mon, 06 Jun 2011 17:51:14 +0200 removed obsolete material (superseded by implementation manual);
wenzelm [Mon, 06 Jun 2011 17:51:14 +0200] rev 42932
removed obsolete material (superseded by implementation manual);
Sun, 05 Jun 2011 22:09:04 +0200 removed somewhat low-level stuff (cf. attribute "swapped" in isar-ref);
wenzelm [Sun, 05 Jun 2011 22:09:04 +0200] rev 42931
removed somewhat low-level stuff (cf. attribute "swapped" in isar-ref);
Sun, 05 Jun 2011 22:02:54 +0200 updated and re-unified classical proof methods;
wenzelm [Sun, 05 Jun 2011 22:02:54 +0200] rev 42930
updated and re-unified classical proof methods; tuned;
Sun, 05 Jun 2011 20:23:05 +0200 tuned;
wenzelm [Sun, 05 Jun 2011 20:23:05 +0200] rev 42929
tuned;
Sun, 05 Jun 2011 20:15:47 +0200 updated and re-unified classical rule declarations;
wenzelm [Sun, 05 Jun 2011 20:15:47 +0200] rev 42928
updated and re-unified classical rule declarations;
Sat, 04 Jun 2011 22:09:42 +0200 moved/updated introduction to Classical Reasoner;
wenzelm [Sat, 04 Jun 2011 22:09:42 +0200] rev 42927
moved/updated introduction to Classical Reasoner;
Sat, 04 Jun 2011 19:39:45 +0200 tuned secref (still dangling);
wenzelm [Sat, 04 Jun 2011 19:39:45 +0200] rev 42926
tuned secref (still dangling);
Fri, 03 Jun 2011 22:39:23 +0200 updated and re-unified material on simprocs;
wenzelm [Fri, 03 Jun 2011 22:39:23 +0200] rev 42925
updated and re-unified material on simprocs;
Fri, 03 Jun 2011 21:32:48 +0200 removed some old stuff;
wenzelm [Fri, 03 Jun 2011 21:32:48 +0200] rev 42924
removed some old stuff;
Thu, 02 Jun 2011 14:11:24 +0200 tuned headings;
wenzelm [Thu, 02 Jun 2011 14:11:24 +0200] rev 42923
tuned headings;
Thu, 02 Jun 2011 14:08:46 +0200 some material on "Generalized elimination and cases";
wenzelm [Thu, 02 Jun 2011 14:08:46 +0200] rev 42922
some material on "Generalized elimination and cases";
Thu, 02 Jun 2011 13:59:23 +0200 some material on "Structured induction proofs";
wenzelm [Thu, 02 Jun 2011 13:59:23 +0200] rev 42921
some material on "Structured induction proofs";
Wed, 01 Jun 2011 13:06:45 +0200 some material on "Structured Natural Deduction";
wenzelm [Wed, 01 Jun 2011 13:06:45 +0200] rev 42920
some material on "Structured Natural Deduction"; tuned;
Wed, 01 Jun 2011 12:39:04 +0200 some material on "Calculational reasoning";
wenzelm [Wed, 01 Jun 2011 12:39:04 +0200] rev 42919
some material on "Calculational reasoning";
Wed, 01 Jun 2011 12:20:48 +0200 tuned;
wenzelm [Wed, 01 Jun 2011 12:20:48 +0200] rev 42918
tuned;
Tue, 31 May 2011 22:47:18 +0200 added Synopsis, with some "Notepad" material;
wenzelm [Tue, 31 May 2011 22:47:18 +0200] rev 42917
added Synopsis, with some "Notepad" material;
Tue, 31 May 2011 22:18:37 +0200 more accurate deps;
wenzelm [Tue, 31 May 2011 22:18:37 +0200] rev 42916
more accurate deps;
Tue, 31 May 2011 22:15:39 +0200 turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
wenzelm [Tue, 31 May 2011 22:15:39 +0200] rev 42915
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
Thu, 26 May 2011 22:42:52 +0200 moved/updated basic HOL overview;
wenzelm [Thu, 26 May 2011 22:42:52 +0200] rev 42914
moved/updated basic HOL overview;
Thu, 26 May 2011 21:39:02 +0200 updated and re-unified (co)inductive definitions in HOL;
wenzelm [Thu, 26 May 2011 21:39:02 +0200] rev 42913
updated and re-unified (co)inductive definitions in HOL; modernized examples;
Thu, 26 May 2011 15:56:39 +0200 clarified current 'primrec' vs. old 'recdef';
wenzelm [Thu, 26 May 2011 15:56:39 +0200] rev 42912
clarified current 'primrec' vs. old 'recdef'; updated examples from src/HOL/Induct;
Thu, 26 May 2011 14:24:26 +0200 record examples;
wenzelm [Thu, 26 May 2011 14:24:26 +0200] rev 42911
record examples;
Thu, 26 May 2011 14:12:14 +0200 updated and simplified HOL datatype examples (NB: special treatment of distinctness has been discontinued in the vicinity of 542b34b178ec);
wenzelm [Thu, 26 May 2011 14:12:14 +0200] rev 42910
updated and simplified HOL datatype examples (NB: special treatment of distinctness has been discontinued in the vicinity of 542b34b178ec);
Thu, 26 May 2011 13:37:11 +0200 updated and re-unified HOL rep_datatype;
wenzelm [Thu, 26 May 2011 13:37:11 +0200] rev 42909
updated and re-unified HOL rep_datatype;
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip