r568 | sperber | 2003-12-01 22:42:06 +0100 (Mon, 01 Dec 2003) | 4 lines
Changed paths:
M /s48/tuebingen/trunk/scheme/bcomp/comp-prim.scm
M /s48/tuebingen/trunk/scheme/rts/xnum.scm
Subject: Make INEXACT->EXACT work on exacts and vice versa
As discussed on the Scheme 48 mailing list, and requested by jar.
As stated in the subject line:
Welcome to scsh 0.6.7 (R6RS)
Type ,? for help.
> (string->number "1e2")
#f
Apply his suggested fix, which is taken from Scheme 48.