wenzelm [Wed, 01 Jun 2016 20:59:16 +0200] rev 63214
updated to jdk-8u92;
wenzelm [Wed, 01 Jun 2016 19:54:31 +0200] rev 63213
merged
wenzelm [Wed, 01 Jun 2016 19:54:26 +0200] rev 63212
NEWS;
wenzelm [Wed, 01 Jun 2016 19:23:18 +0200] rev 63211
more adhoc overloading;
eliminated pointless Rat.eq: this is an equality type;
tuned;
wenzelm [Wed, 01 Jun 2016 17:46:12 +0200] rev 63210
clarified exception -- actually reject denominator = 0;
wenzelm [Wed, 01 Jun 2016 16:02:02 +0200] rev 63209
ML pp for Rat.rat;
wenzelm [Wed, 01 Jun 2016 15:33:45 +0200] rev 63208
clarified string_of_rat operations;
wenzelm [Wed, 01 Jun 2016 15:19:44 +0200] rev 63207
tuned signature;
wenzelm [Wed, 01 Jun 2016 15:17:29 +0200] rev 63206
clarified signature;
wenzelm [Wed, 01 Jun 2016 15:10:27 +0200] rev 63205
prefer rat numberals;
wenzelm [Wed, 01 Jun 2016 15:01:43 +0200] rev 63204
support rat numerals via special antiquotation syntax;
wenzelm [Wed, 01 Jun 2016 10:59:57 +0200] rev 63203
tuned signature;
wenzelm [Wed, 01 Jun 2016 10:55:10 +0200] rev 63202
tuned;
wenzelm [Wed, 01 Jun 2016 10:45:35 +0200] rev 63201
tuned signature;
wenzelm [Tue, 31 May 2016 23:06:03 +0200] rev 63200
maintain invariant for exported operation;
wenzelm [Tue, 31 May 2016 22:39:28 +0200] rev 63199
prefer more efficient Poly/ML operations, taking care of sign;
wenzelm [Tue, 31 May 2016 21:54:10 +0200] rev 63198
ad-hoc overloading for standard operations on type Rat.rat;
wenzelm [Tue, 31 May 2016 19:51:01 +0200] rev 63197
rat.ML is now part of Pure to allow tigther integration with Isabelle/ML;
eberlm [Wed, 01 Jun 2016 15:43:15 +0200] rev 63196
Merged
eberlm [Wed, 01 Jun 2016 13:48:34 +0200] rev 63195
Tuned code equations for mappings and PMFs
eberlm [Tue, 31 May 2016 13:02:44 +0200] rev 63194
Added code generation for PMFs
traytel [Tue, 31 May 2016 21:06:46 +0200] rev 63193
merged
traytel [Tue, 31 May 2016 14:56:51 +0200] rev 63192
moved lemma from afp
Lars Hupel <lars.hupel@mytum.de> [Tue, 31 May 2016 18:31:33 +0200] rev 63191
ignore Maven build products
blanchet [Tue, 31 May 2016 12:24:43 +0200] rev 63190
added test
blanchet [Tue, 31 May 2016 11:54:45 +0200] rev 63189
made parsing of monomorphic/polymorphic constants more robust
blanchet [Tue, 31 May 2016 10:53:11 +0200] rev 63188
more flexible parsing (towards type class support)
blanchet [Tue, 31 May 2016 10:53:10 +0200] rev 63187
error message
matichuk <daniel.matichuk@nicta.com.au> [Tue, 31 May 2016 11:45:34 +1000] rev 63186
allow multiple recursive methods to co-exist in order to support mutual recursion;
matichuk <daniel.matichuk@nicta.com.au> [Mon, 30 May 2016 16:11:53 +1000] rev 63185
apply current morphism to method text before evaluating;