toxcore-0.2.11: A Tox protocol implementation in Haskell

Safe HaskellSafe
LanguageHaskell2010

Network.Tox.SaveData.Util

Synopsis

Documentation

getList :: (Binary a, Show a) => Get [a] Source #

Consumes the entire stream and parses some Binary out of it in a loop.