[Haskell] why no strictness annotations in labelled fields?

Jorge Adriano Aires jadrian at mat.uc.pt
Wed Dec 1 20:41:10 EST 2004


> Is there a good reason one can't do:
>   data Foo = Foo {bar::!String}

Just add a space after the ::
{bar:: !String}

J.A.


More information about the Haskell mailing list