| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Binrep.CBLen
Documentation
Instances
| IsCBLen Int16 Source # | |
| IsCBLen Int32 Source # | |
| IsCBLen Int64 Source # | |
| IsCBLen Int8 Source # | |
| IsCBLen Word16 Source # | |
| IsCBLen Word32 Source # | |
| IsCBLen Word64 Source # | |
| IsCBLen Word8 Source # | |
| IsCBLen () Source # | |
Defined in Binrep.CBLen | |
| IsCBLen (Binreply a :: Type) Source # | |
| IsCBLen (Endian end a :: Type) Source # | |
| IsCBLen (Magic a :: Type) Source # | |
| IsCBLen (SizePrefixed pfx a :: Type) Source # | |
Defined in Binrep.Type.Prefix.Size Associated Types type CBLen (SizePrefixed pfx a) :: Natural Source # | |
| IsCBLen (Sized n a :: Type) Source # | |
| (IsCBLen l, IsCBLen r) => IsCBLen ((l, r) :: Type) Source # | |
Defined in Binrep.CBLen | |
| IsCBLen (CountPrefixed pfx f a :: Type) Source # | |
Defined in Binrep.Type.Prefix.Count Associated Types type CBLen (CountPrefixed pfx f a) :: Natural Source # | |