Copyright | Aleksandr Krupenkin 2016-2021 |
---|---|
License | Apache-2.0 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | noportable |
Safe Haskell | None |
Language | Haskell2010 |
Ethereum Abi dynamic and static size vectors based on linked lists.
Fixed size linked list
A Typed-level sized List equivalent to [a]
Instances
(NatWithinBound Int n, KnownNat n) => IsList (ListN n a) Source # | |
Eq a => Eq (ListN n a) | |
Ord a => Ord (ListN n a) | |
Defined in Basement.Sized.List | |
Show a => Show (ListN n a) | |
Generic (ListN n a) | |
NormalForm a => NormalForm (ListN n a) | |
Defined in Basement.Sized.List toNormalForm :: ListN n a -> () # | |
(NatWithinBound Int n, KnownNat n, AbiGet a) => AbiGet (ListN n a) Source # | |
AbiPut a => AbiPut (ListN n a) Source # | |
AbiType (ListN n a) Source # | |
type Rep (ListN n a) | |
Defined in Basement.Sized.List | |
type Item (ListN n a) Source # | |
Defined in Data.Solidity.Prim.List |