bencode-0.6.0.0: Parser and printer for bencoded data.

Copyright(c) 2005 Lemmih <[email protected]>
LicenseBSD3
Maintainer[email protected]
Stabilitystable
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.BEncode.Parser

Description

A parsec style parser for BEncoded data

Synopsis

Documentation

(<|>) :: Alternative f => forall a. f a -> f a -> f a

An associative binary operation