[Haskell-cafe] Constructor question

michael rice nowgate at yahoo.com
Sat Jul 31 09:28:34 EDT 2010


From: Data.Complex

data (RealFloat a) => Complex a
  = !a :+ !a

What's the purpose of the exclamation marks?

Michael



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100731/ad03ac9f/attachment.html


More information about the Haskell-Cafe mailing list