paulson <lp15@cam.ac.uk> [Wed, 22 Feb 2017 12:30:28 +0000] rev 65038
new lemmas about segments, etc. Also recast some theorems to use Union rather than general set comprehensions
paulson <lp15@cam.ac.uk> [Tue, 21 Feb 2017 17:12:10 +0000] rev 65037
some new material, also recasting some theorems using “obtains”
paulson <lp15@cam.ac.uk> [Tue, 21 Feb 2017 15:04:01 +0000] rev 65036
Some new lemmas. Existing lemmas modified to use uniform_limit rather than its expansion
haftmann [Sun, 19 Feb 2017 11:58:51 +0100] rev 65035
backed out unintended effects of 8355a6e2df79 in src/HOL/Algebra
haftmann [Sat, 18 Feb 2017 19:49:29 +0100] rev 65034
more complete program generation in presence of dictionaries
wenzelm [Fri, 17 Feb 2017 20:01:17 +0100] rev 65033
removed obsolete test -- coincides with mainline version;
wenzelm [Fri, 17 Feb 2017 19:37:14 +0100] rev 65032
updated to polyml-5.7 pre-release from repository;
fleury <Mathias.Fleury@mpi-inf.mpg.de> [Thu, 16 Feb 2017 13:54:22 +0100] rev 65031
use the cancellation simprocs directly
fleury <Mathias.Fleury@mpi-inf.mpg.de> [Thu, 16 Feb 2017 09:45:03 +0100] rev 65030
don't activate simproc on cancel_comm_monoid_add
fleury <Mathias.Fleury@mpi-inf.mpg.de> [Tue, 14 Feb 2017 18:32:53 +0100] rev 65029
cancellation simprocs generalising the multiset simprocs
fleury <Mathias.Fleury@mpi-inf.mpg.de> [Mon, 13 Feb 2017 16:03:55 +0100] rev 65028
adding simplification patterns to multiset simprocs
fleury <Mathias.Fleury@mpi-inf.mpg.de> [Mon, 13 Feb 2017 16:03:53 +0100] rev 65027
renaming multiset simprocs
haftmann [Sat, 11 Feb 2017 22:53:35 +0100] rev 65026
implicit eta contraction for preprocessed terms avoids unintended implicit eta expansion
haftmann [Sat, 11 Feb 2017 22:53:33 +0100] rev 65025
explicit operations for executable primality checks
haftmann [Sat, 11 Feb 2017 22:53:31 +0100] rev 65024
more fun without recdef
wenzelm [Fri, 10 Feb 2017 11:39:23 +0100] rev 65023
merged
wenzelm [Fri, 10 Feb 2017 11:15:52 +0100] rev 65022
proper transaction for PostgreSQL;
wenzelm [Fri, 10 Feb 2017 11:04:28 +0100] rev 65021
clarified Date storage;
wenzelm [Fri, 10 Feb 2017 10:34:14 +0100] rev 65020
more operations;
wenzelm [Fri, 10 Feb 2017 10:01:54 +0100] rev 65019
tuned signature;
wenzelm [Fri, 10 Feb 2017 09:55:08 +0100] rev 65018
clarified signature;
blanchet [Fri, 10 Feb 2017 11:13:19 +0100] rev 65017
renamings
blanchet [Fri, 10 Feb 2017 08:27:27 +0100] rev 65016
tuning
wenzelm [Thu, 09 Feb 2017 23:00:56 +0100] rev 65015
timestamp string format for SQLite;
wenzelm [Thu, 09 Feb 2017 22:40:15 +0100] rev 65014
support for type Date;
wenzelm [Thu, 09 Feb 2017 20:47:41 +0100] rev 65013
tuned;
wenzelm [Thu, 09 Feb 2017 16:58:27 +0100] rev 65012
tuned;
wenzelm [Thu, 09 Feb 2017 16:56:31 +0100] rev 65011
support for type Boolean;
wenzelm [Thu, 09 Feb 2017 16:06:45 +0100] rev 65010
clarified signature;
tuned toString;
wenzelm [Thu, 09 Feb 2017 15:40:34 +0100] rev 65009
remote database access via ssh port forwarding;
wenzelm [Thu, 09 Feb 2017 11:44:55 +0100] rev 65008
clarified handling of SQL.Type;
wenzelm [Thu, 09 Feb 2017 11:03:22 +0100] rev 65007
clarified toString;
wenzelm [Thu, 09 Feb 2017 10:59:19 +0100] rev 65006
clarified modules;
haftmann [Wed, 08 Feb 2017 22:26:10 +0100] rev 65005
only intercept regular exceptions
wenzelm [Wed, 08 Feb 2017 23:19:10 +0100] rev 65004
more portable SQL types;
wenzelm [Wed, 08 Feb 2017 22:38:08 +0100] rev 65003
more portable: SQL standard syntax instead of MySQL extension;
wenzelm [Wed, 08 Feb 2017 22:11:37 +0100] rev 65002
general SQL database support, for SQLite and PostgreSQL;
tuned;
wenzelm [Wed, 08 Feb 2017 21:06:47 +0100] rev 65001
updated;
wenzelm [Wed, 08 Feb 2017 21:04:18 +0100] rev 65000
minimal support for PostgreSQL databases;
haftmann [Tue, 07 Feb 2017 22:15:07 +0100] rev 64999
elaborated examples for computations
haftmann [Tue, 07 Feb 2017 22:15:06 +0100] rev 64998
isabelle update_cartouches
haftmann [Tue, 07 Feb 2017 22:15:05 +0100] rev 64997
dedicated computation preprocessing rules for nat, int implemented by target language literals
haftmann [Tue, 07 Feb 2017 22:15:04 +0100] rev 64996
dropped superfluous preprocessing rule
haftmann [Tue, 07 Feb 2017 22:15:03 +0100] rev 64995
preprocessing rules must always stem from static context
haftmann [Mon, 06 Feb 2017 20:56:38 +0100] rev 64994
computation preprocessing rules to allow literals as input for computations
haftmann [Mon, 06 Feb 2017 20:56:37 +0100] rev 64993
dedicated preprocessor for computations
haftmann [Mon, 06 Feb 2017 20:56:36 +0100] rev 64992
extended syntax allows to include datatype constructors directly in computations
haftmann [Mon, 06 Feb 2017 20:56:35 +0100] rev 64991
variables and type must be checked before entering evaluation sandwich
haftmann [Mon, 06 Feb 2017 20:56:34 +0100] rev 64990
more explicit errors in pathological cases
haftmann [Mon, 06 Feb 2017 20:56:33 +0100] rev 64989
more computation antiquotations
haftmann [Mon, 06 Feb 2017 20:56:32 +0100] rev 64988
computations and partiality
haftmann [Mon, 06 Feb 2017 20:56:30 +0100] rev 64987
tuned
wenzelm [Sat, 04 Feb 2017 21:15:11 +0100] rev 64986
more uniform use of Reconstruct.clean_proof_of;
wenzelm [Sat, 04 Feb 2017 20:12:27 +0100] rev 64985
clarified message: print subgoal number instead of potentially large term;
wenzelm [Sat, 04 Feb 2017 19:53:41 +0100] rev 64984
tuned;
wenzelm [Sat, 04 Feb 2017 19:48:43 +0100] rev 64983
suppress warnings uniformly, even in explicit commands 'find_theorems', 'solve_direct';
wenzelm [Sat, 04 Feb 2017 19:10:12 +0100] rev 64982
tuned;
wenzelm [Fri, 03 Feb 2017 23:24:45 +0100] rev 64981
proper background certificate from make_context, which can be a super-theory of the direct join (amending d07464875dd4);
wenzelm [Fri, 03 Feb 2017 16:36:44 +0100] rev 64980
misc tuning;
hoelzl [Thu, 02 Feb 2017 09:55:16 -0500] rev 64979
move mono_neutral_cong from AFP/Deep_Learning/PP_Auxiliary
blanchet [Thu, 02 Feb 2017 14:42:06 +0100] rev 64978
added veriT preprocessing proof reconstruction example
nipkow [Thu, 02 Feb 2017 09:32:11 +0100] rev 64977
tuned proof
nipkow [Wed, 01 Feb 2017 21:09:47 +0100] rev 64976
renaming
nipkow [Wed, 01 Feb 2017 17:36:24 +0100] rev 64975
added is_empty
wenzelm [Mon, 30 Jan 2017 16:47:20 +0100] rev 64974
misc tuning and modernization;
nipkow [Wed, 01 Feb 2017 13:50:20 +0100] rev 64973
tuned
nipkow [Wed, 01 Feb 2017 07:52:11 +0100] rev 64972
merged
nipkow [Wed, 01 Feb 2017 07:52:03 +0100] rev 64971
tuned
eberlm <eberlm@in.tum.de> [Tue, 31 Jan 2017 17:36:51 +0100] rev 64970
Merged
eberlm <eberlm@in.tum.de> [Tue, 31 Jan 2017 15:52:47 +0100] rev 64969
Simplified Gamma_Function
nipkow [Tue, 31 Jan 2017 17:26:15 +0100] rev 64968
proper priority queue spec
wenzelm [Mon, 30 Jan 2017 16:10:52 +0100] rev 64967
misc tuning and modernization;
wenzelm [Sun, 29 Jan 2017 17:27:02 +0100] rev 64966
added inj_def (redundant, analogous to surj_def, bij_def);
tuned proofs;
wenzelm [Sun, 29 Jan 2017 13:58:03 +0100] rev 64965
tuned proofs;
wenzelm [Sun, 29 Jan 2017 13:43:17 +0100] rev 64964
tuned proof;
wenzelm [Sun, 29 Jan 2017 13:28:45 +0100] rev 64963
tuned whitespace;
berghofe [Sun, 29 Jan 2017 11:59:48 +0100] rev 64962
Added new / improved tactics for fields and rings
berghofe [Sun, 29 Jan 2017 11:49:48 +0100] rev 64961
Corrected type of dummy pattern
nipkow [Sat, 28 Jan 2017 15:12:19 +0100] rev 64960
split balance into two, clearer etc
haftmann [Fri, 27 Jan 2017 22:27:03 +0100] rev 64959
ML antiquotation for generated computations
haftmann [Thu, 26 Jan 2017 16:25:32 +0100] rev 64958
tuned
haftmann [Thu, 26 Jan 2017 16:06:19 +0100] rev 64957
tuned structure and terminology
haftmann [Thu, 26 Jan 2017 16:06:18 +0100] rev 64956
tuned scope of lazy computation
haftmann [Thu, 26 Jan 2017 16:06:18 +0100] rev 64955
tuned data structure
haftmann [Thu, 26 Jan 2017 16:06:18 +0100] rev 64954
dropped dead code
nipkow [Fri, 27 Jan 2017 17:35:08 +0100] rev 64953
tuned name
nipkow [Fri, 27 Jan 2017 17:28:10 +0100] rev 64952
removed unclear clause; slower but clearer
nipkow [Fri, 27 Jan 2017 12:32:49 +0100] rev 64951
removed contribution by Daniel Stuewe, too detailed.
nipkow [Thu, 26 Jan 2017 17:51:13 +0100] rev 64950
added concise log height bound lemma
wenzelm [Wed, 25 Jan 2017 23:09:06 +0100] rev 64949
updated package;
wenzelm [Wed, 25 Jan 2017 23:08:29 +0100] rev 64948
tuned;
nipkow [Wed, 25 Jan 2017 18:26:35 +0100] rev 64947
tuned
haftmann [Tue, 24 Jan 2017 22:29:44 +0100] rev 64946
dropped dead code
haftmann [Tue, 24 Jan 2017 22:29:43 +0100] rev 64945
ensure no duplicates after preprocessing
haftmann [Tue, 24 Jan 2017 22:29:42 +0100] rev 64944
reject polymorphic result types;
formally generalized to multiple result types
haftmann [Tue, 24 Jan 2017 22:29:36 +0100] rev 64943
explicit a-priori detection of unsuitable terms for computations