RE: infix type operators

2005-03-09 Thread Simon Peyton-Jones
| Subject: infix type operators | | The User's Guide says: | | The only thing that differs between operators in types and | operators in expressions is that ordinary non-constructor | operators, such as + and * are not allowed in types. Reason: | the uniform thing to do

RE: infix type operators

2005-03-09 Thread Simon Peyton-Jones
OK, it's done for 6.4 SImon | -Original Message- | From: [EMAIL PROTECTED] [mailto:glasgow-haskell-users- | [EMAIL PROTECTED] On Behalf Of Ross Paterson | Sent: 08 March 2005 16:29 | To: glasgow-haskell-users@haskell.org | Subject: infix type operators | | The User's Guide says

Re: infix type operators

2005-03-09 Thread Remi Turk
| To: glasgow-haskell-users@haskell.org | Subject: infix type operators | | The User's Guide says: | | The only thing that differs between operators in types and | operators in expressions is that ordinary non-constructor | operators, such as + and * are not allowed in types

Re: infix type operators

2005-03-09 Thread ross
On Wed, Mar 09, 2005 at 11:59:40PM +0100, Remi Turk wrote: - It's one thing more to learn. The difference between types and typevariables (upper/lowercase) is better visible than the difference between operator(variables) and infix-types (Does it start with a colon?) Which, I have to

RE: infix type operators

2005-03-09 Thread Conal Elliott
] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 4:58 PM To: Remi Turk Cc: glasgow-haskell-users@haskell.org; Simon Peyton-Jones Subject: Re: infix type operators On Wed, Mar 09, 2005 at 11:59:40PM +0100, Remi Turk wrote: - It's one thing more to learn

infix type operators

2005-03-08 Thread Ross Paterson
The User's Guide says: The only thing that differs between operators in types and operators in expressions is that ordinary non-constructor operators, such as + and * are not allowed in types. Reason: the uniform thing to do would be to make them type variables,