hugs release: hugs-June98-source.tgz
environment: RH 5.0 Linux 2.0.31 i686, gcc 2.7.2.3
I set USE_DOUBLE_PRECISION in options.h.in (manually, since I can't see
an appropriate configure switch).
I don't expect
$ make check
to pass now, but expect diffs to be confined to less significant digits
in results. Instead I see many other errors.
Small example:
Prelude> 1.0 :: Ratio Int
elicits
Program error: PreludeRatio.% zero denominator
instead of
1 % 1
Should I be changing something else besides/instead of options.h.in?
(I could see some references to doubles around May 98 in hugs-users archive,
but nothing recent in hugs-bugs archive. What's the recommended way to
search the archive when accessed via web? I possibly overlooked many relevant
reports listed as just "Bug Report")
appreciative occasional Hugs user
TWP