|
|
|
Description |
Binary serializing with sharing
|
|
Synopsis |
|
|
|
Documentation |
|
|
A class for storing Binary instances with shared nodes.
Cycles are not supported, cause put and get is a one path process.
| | Methods | put :: alpha -> PutShared | Source |
| Encode a value in the Put monad.
| | putShared :: (alpha -> PutShared) -> alpha -> PutShared | Source |
| | | Decode a value in the Get monad
| | getShared :: GetShared alpha -> GetShared alpha | Source |
|
| | Instances | |
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.1 |