Releases: purerl/purescript-erl-lists
Releases · purerl/purescript-erl-lists
NonEmpty
- Added NonEmptyList
- Reorganised a little following the requirements of NEL and upstream
- Some
Listfunctions removed or altered in favour of typeclass versions:filter(useFilterable, re-exported)mapMaybeis nowfilterMap(fromFilterable, re-exported)mapWithIndexnow being fromFunctorWithIndexhas its function arguments flipped (re-exported)
- Added functions
span,group,group',groupByunsnocfilterM