Dominic Steinitz wrote:
> -- | The parse state
> data S = S {-# UNPACK #-} !BL.ByteString -- ^ input
> {-# UNPACK #-} !Int -- ^ bytes read
> {-# UNPACK #-} ![B.ByteString]
> {-# UNPACK #-} !Int -- ^ the failure depth
>
> -- | The parse state
> data S = S {-# UNPACK #-} !BL.ByteString -- input
> {-# UNPACK #-} !Int -- bytes read
> {-# UNPACK #-} ![B.ByteString]
> {-# UNPACK #-} !Int -- the failure depth
Thanks Dominic. Thats a workaround I can use.
Cheers,
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe