@hackage ListLike4.7
Generalized support for list-like structures
Categories
License
BSD-3-Clause
Maintainer
David Fox <dsf@seereason.com>
Links
Versions
Installation
Tested Compilers
Dependencies (11)
- array >=0.3 && <0.6
- base >=4.7 && <5
- bytestring >=0.9.1 && <0.10.12
- containers >=0.5.6 && <0.7
- deepseq
- dlist >=0.7 && <0.9 Show all…
Dependents (54)
@hackage/repl-toolkit, @hackage/debian, @hackage/billboard-parser, @hackage/biohazard, @hackage/Paraiso, @hackage/sized, Show all…
ListLike
The ListLike package provides typeclasses and instances to allow
polymorphism over many common datatypes.
CHANGES
Version 4.7
- Make
GHC.Exts.IsLista superclass ofListLikeand use itsfromListandtoListmethods - make
Data.String.IsStringa superclass ofStringlikeand use itsfromStringmethod - Add methods to
StringLike:show,fromText,fromLazyText - Add a class
ListOps, alternative toListLike, that uses theGHC.Exts.Iteminstead of theitemtype parameter. - Supply
instance IsString Seqfor old versions of container
