Changes between Version 8 and Version 9 of InfixTypeConstructors

Show
Ignore:
Timestamp:
10/09/08 00:57:54 (5 years ago)
Author:
simonpj@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InfixTypeConstructors

    v8 v9  
    7979== Cons == 
    8080 
    81 * If operators are type constructors, they can't also be type variables.  I know one place where people use a type variable that is an operator. Something like this. 
     81 * If operators are type constructors, they can't also be type variables.  I know one place where people use a type variable that is an operator. Something like this. 
    8282{{{ 
    8383        data T (~>) = MkT (Int ~> Int)