344070f1f2
feedback and ok kili@
5 lines
220 B
Plaintext
5 lines
220 B
Plaintext
Common interface to various Haskell types that are list-like.
|
|
Predefined interfaces include standard Haskell lists, Arrays,
|
|
ByteStrings, and lazy ByteStrings. Custom types can easily be made
|
|
ListLike instances as well.
|