| Copyright | Alexander Krupenkin 2016-2018 |
|---|---|
| License | BSD3 |
| Maintainer | mail@akru.me |
| Stability | experimental |
| Portability | noportable |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Ethereum.ABI.Prim.List
Contents
Description
Ethereum ABI dynamic and static size vectors based on linked lists.
Documentation
A Typed-level sized List equivalent to [a]
Instances
| (NatWithinBound Int n, KnownNat n) => IsList (ListN n a) # | |
| Eq a => Eq (ListN n a) | |
| Ord a => Ord (ListN n a) | |
| Show a => Show (ListN n a) | |
| Generic (ListN n a) | |
| NormalForm a => NormalForm (ListN n a) | |
Defined in Basement.Sized.List Methods toNormalForm :: ListN n a -> () # | |
| (NatWithinBound Int n, KnownNat n, ABIGet a) => ABIGet (ListN n a) # | |
Defined in Network.Ethereum.ABI.Prim.List | |
| ABIPut a => ABIPut (ListN n a) # | |
Defined in Network.Ethereum.ABI.Prim.List | |
| ABIType (ListN n a) # | |
| type Rep (ListN n a) | |
Defined in Basement.Sized.List | |
| type Item (ListN n a) # | |
Defined in Network.Ethereum.ABI.Prim.List | |