synonym type not allowed

Ron Wichers Schreur ronny@cs.kun.nl
Wed, 17 Dec 1997 23:28:24 +0100


I wrote (to the Clean discussion list):

>    :: MyType :== !(Int, Real)

To avoid confusion: the strictness annotation is a typo, it doesn't
do anything. The definition should be

     :: MyType :== (Int, Real)


Cheers,

Ronny Wichers Schreur