[Haskell-cafe] memory issues

Bulat Ziganshin bulat.ziganshin at gmail.com
Fri Feb 27 18:10:51 EST 2009


Hello Rogan,

Saturday, February 28, 2009, 1:18:47 AM, you wrote:

> data Block = Block {
>       offset::Integer
>     , size::Integer
>     } deriving (Eq)

try
       !offset::Integer
     , !size::Integer


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list