| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Serialize.Describe.Combinators.Remaining
Documentation
A Remaining represents the rest of the buffer. Upon serialization, the entire wrapped ByteString will be written.
Constructors
| Remaining | |
Fields | |
Instances
| Generic Remaining Source # | |
| Wrapped Remaining Source # | |
| Describe Remaining Source # | |
Defined in Data.Serialize.Describe.Combinators.Remaining Associated Types type Context m Remaining :: Constraint Source # | |
| type Rep Remaining Source # | |
Defined in Data.Serialize.Describe.Combinators.Remaining type Rep Remaining = D1 (MetaData "Remaining" "Data.Serialize.Describe.Combinators.Remaining" "describe-0.4.0.5-inplace" True) (C1 (MetaCons "Remaining" PrefixI True) (S1 (MetaSel (Just "unwrapRemaining") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ByteString))) | |
| type Unwrapped Remaining Source # | |
| type Context m Remaining Source # | |