| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Serialize.Describe.Combinators.LPList
Synopsis
- newtype LPList t a = LPList {
- unwrapLPList :: [a]
Documentation
A type level wrapper around a length-prefixed list combinator. The parameter t is the integral descriptor to encode the length in.
Constructors
| LPList | |
Fields
| |
Instances
| Show a => Show (LPList t a) Source # | |
| (Describe t, Describe a, Integral t) => Describe (LPList t a) Source # | |
Defined in Data.Serialize.Describe.Combinators.LPList Associated Types type Context m (LPList t a) :: Constraint Source # | |
| type Context m (LPList t a) Source # | |
Defined in Data.Serialize.Describe.Combinators.LPList | |