| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Bencode.Type
Description
This module defines the Value type to represent any valid Bencode value.
Generally you will want to write decoders and encoders to work with your own types. See Data.Bencode.Decode and Data.Bencode.Encode to get started.