Gamgine-0.5.3: Some kind of game library or set of utilities.

Safe HaskellSafe
LanguageHaskell98

Gamgine.Image.PNG.Internal.LBS

Documentation

newtype LBS Source #

Constructors

LBS 

Fields

Instances

Show LBS Source # 

Methods

showsPrec :: Int -> LBS -> ShowS #

show :: LBS -> String #

showList :: [LBS] -> ShowS #

Monad m => Stream LBS m Word8 Source # 

Methods

uncons :: LBS -> m (Maybe (Word8, LBS)) #