
13 Jun
2010
13 Jun
'10
8:12 p.m.
Hi, I have often seen in haskell code a "!" in front of variables. In example: data BrickState = Live | Dying !GLfloat deriving (Eq,Show) I never read the meaning of the "!", what does it do? Thanks! Nathan