
18 Mar
2005
18 Mar
'05
9:27 a.m.
On Wed, 16 Mar 2005, Peter Davis wrote:
On 2005-03-16 02:52:39 -0800, Nicolas Oury
said: instance Splittable Integer where split n = (2*n,2*n+1)
I haven't played much with the Splittable class yet, but what would be wrong with
instance Splittable Integer where split n = (n,n+1)
If you recursively split the left-hand result then that overlaps with the
right-hand result.
Tony.
--
f.a.n.finch