hoauth-0.2.1: A Haskell implementation of OAuth 1.0a protocol.

Network.OAuth.Http.Util

Documentation

splitBy :: (a -> Bool) -> [a] -> [[a]]Source