Re: Multiple implementations of classes

1991-10-09 Thread haskell-request
Original-Via: uk.ac.nsf; Wed, 9 Oct 91 12:11:34 BST | From: [EMAIL PROTECTED] | Subject: Multiple implementations of classes | | Well, I am ready to scream, so I appeal to the more knowledgable gurus | on the net. The problem: I am trying to change the Complex | definition in the prelude a

New 'afunlhs' Production

1991-10-09 Thread haskell-request
Original-Via: uk.ac.nsf; Wed, 9 Oct 91 12:07:29 BST I just received new revised "Haskell Report, Version 1.1". After looking at the new grammer, I was wondering what is meant by the productions for 'afunlhs'. For example, p.35 gives an alternative syntax for binding functional values to infix op

Re: New 'afunlhs' Production

1991-10-09 Thread haskell-request
Original-Via: uk.ac.nsf; Wed, 9 Oct 91 11:45:55 BST | I just received new revised "Haskell Report, Version 1.1". After looking at | the new grammer, I was wondering what is meant by the productions for 'afunlhs'. | For example, p.35 gives an alternative syntax for binding functional values to |

[maxint..] and [chr(127)..] denotes...?

1991-10-09 Thread haskell-request
Original-Via: uk.ac.nsf; Wed, 9 Oct 91 00:46:11 BST Two Haskell puzzles: 1) What are the values of [ maxint .. ] and [ chr(127) .. ] in Haskell 1.1? 2) What should they be? -- Mikael R.