Re: [Haskell] why no strictness annotations in labelled fields?

2004-12-01 Thread Jorge Adriano Aires
> Is there a good reason one can't do: > data Foo = Foo {bar::!String} Just add a space after the :: {bar:: !String} J.A. ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

[Haskell] why no strictness annotations in labelled fields?

2004-12-01 Thread S. Alexander Jacobson
Is there a good reason one can't do: data Foo = Foo {bar::!String} -Alex- __ S. Alexander Jacobson tel:917-770-6565 http://alexjacobson.com ___ Haskell mailing list [EMAIL PROTECTED] http:/