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