Dialogue & main

1991-10-25 Thread haskell-request
Original-Via: uk.ac.nsf; Fri, 25 Oct 91 23:30:48 BST Original-Sender: [EMAIL PROTECTED] Lennart asks: > import Prelude hiding(Dialogue) > main _ = error "main" > > ... I quote from the Report (p. 40, line 8): > >..., and main must have type Dialogue. > >As far as I can understa

Re: Hiding synonyms

1991-10-25 Thread haskell-request
Original-Via: uk.ac.nsf; Fri, 25 Oct 91 18:27:51 BST Original-Sender: [EMAIL PROTECTED] John Peterson writes: > import Prelude hiding(Dialogue) > main _ = error "main" > > Actually I'm not sure how this program refers to 'Dialogue' at all. Well, I quote from the Report (p. 40, lin

modules in the report

1991-10-25 Thread haskell-request
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 'Pr