Original-Via: uk.ac.st-and.cs; Fri, 25 Oct 91 13:01:49 BST
Original-Via: 

1: The functions 'approximants' and 'partialQuotients' are exported
from module 'PreludeRatio' (see p94).
Should they appear in Figure 9, p58 together
with a description of what they do in section 6.8.3?


2: The module 'PreludeComplex' (see p 96) only appears to export type 'Complex'
and its constructor '(:+)'.  Things like realPart, imagPart ... don't seem
to be exported. Am I misunderstanding this? Should the module declaration
not read:

module PreludeComplex(PreludeComplex..)

or, more explicitly,

module PreludeComplex( Complex((:+)), realPart, imagPart, conjugate, .... )


Tony Davie

Reply via email to