| Safe Haskell | Safe-Infered |
|---|
Data.Conduit.Cereal
- data GetException
- sinkGet :: ResourceThrow m => Get output -> Sink ByteString m output
- sourcePut :: Resource m => Put -> Source m ByteString
Documentation
data GetException Source
Constructors
| GetException String | |
| GetDoesntConsumeInput |
sinkGet :: ResourceThrow m => Get output -> Sink ByteString m outputSource