logo
首页技术栈工具库讨论
ListLike

ListLike

Generalized support for list-like structures in Haskell. The ListLike module provides a common interface to the 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. ListLike also provides for String-like types, such as String and ByteString, for types that support input and output, and for types that can handle infinite lists.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconddssff/listlike2
HACKAGE
carbal install ListLike
查看
标签
根据用户添加的标签生成
暂无标签