issues
search
ndmitchell
/
extra
Extra Haskell functions
Other
94
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make it build with ghc-9.12
#114
erikd
closed
2 weeks ago
3
extra 1.7.7 needs tighter upper bound on base
#113
vmchale
closed
2 weeks ago
2
How to avoid clash of imports with `compareLength` in `base`?
#112
Bodigrim
closed
2 weeks ago
6
Add CPP to build with latest GHC (9.10)
#111
vmchale
closed
6 months ago
2
Add the guarded function (lifting into Alternative via predicate)
#109
memowe
closed
2 weeks ago
9
Fix typo
#108
anniechen18
closed
1 year ago
1
selectIndices
#107
sullyj3
opened
1 year ago
2
fix ghc-9.7 compilation errors
#106
shayne-fletcher
closed
1 year ago
6
GHC9.8: ambiguous reference to unzip
#105
locallycompact
closed
1 year ago
1
fourth / fifth tuples?
#104
liamzee
closed
9 months ago
1
Future-proof against addition of Data.List.unsnoc
#103
Bodigrim
closed
1 year ago
4
suggestion: mwhen :: Monoid a => Bool -> a -> a
#102
juhp
closed
1 year ago
3
Future-proof against addition of Data.List.!?
#101
Bodigrim
closed
1 year ago
1
Add function for (Maybe a, b) -> Maybe (a, b)
#100
qwbarch
closed
1 year ago
5
Make replace not be partial
#99
josephcsible
closed
1 year ago
4
third3 isn't as lazy as second from Data.Bifunctor
#98
vmchale
closed
2 years ago
1
#86 Add `notNull` for `Foldable`
#97
dyniec
closed
2 years ago
2
Closes #95. repeatedlyNE and NonEmpty.repeatedly added
#96
Lev135
closed
2 years ago
1
NonEmpty input in Data.List.Extra.repeatedly
#95
Lev135
closed
2 years ago
2
Add groupOnKey
#94
sullyj3
closed
2 years ago
2
`groupOnKey :: Eq b => (a -> k) -> [a] -> [(k, [a])]`
#93
sullyj3
closed
2 years ago
1
fix typo
#92
ghost
closed
2 years ago
0
Add foldl1' to Data.List.NonEmpty.Extra
#91
Boarders
closed
2 years ago
1
Build failures with GHC >= 9 in v1.5 to v1.7.6
#90
sjakobi
closed
2 years ago
2
Add replaceRight and replaceLeft functions
#89
mrcjkb
closed
2 years ago
3
Point out more general `whenJust` in base
#88
ysangkok
closed
3 years ago
3
Add `flip foldMap`
#87
ysangkok
opened
3 years ago
5
Make `notNull` for any `Foldable`
#86
IvanRenison
closed
2 years ago
3
Add (!?) function
#85
Boarders
closed
3 years ago
4
Add (!?) function for lists
#84
Boarders
closed
3 years ago
3
Remove >= from cabal-version
#83
felixonmars
closed
3 years ago
0
proposal to add filesWithExtension
#82
juhp
closed
3 years ago
3
Add assertIO function
#81
Mathnerd314
closed
3 years ago
1
strict Var primitives
#80
pepeiborra
closed
3 years ago
1
Consider adding strict Var primitives
#79
ndmitchell
closed
3 years ago
2
`concatUnzip` is just a special case of folding monoids
#78
JanPokorny
closed
3 years ago
5
Module restructuring
#77
mixphix
closed
3 years ago
1
Documentation of `zipFrom` is misleading
#76
fendor
closed
3 years ago
1
Use GHC's definition of spanEnd?
#75
andreasabel
closed
3 years ago
3
Add withEnvironment and withModifiedEnvironment
#74
jneira
closed
2 years ago
1
takeEnd, dropEnd, splitAtEnd: return immediately if i<=0
#73
zliu41
closed
3 years ago
1
New function `pureIf`
#72
mixphix
closed
3 years ago
11
Add compareLength and comparingLength
#71
josephcsible
closed
3 years ago
7
Fix typos in urls
#70
dbaynard
closed
4 years ago
1
Add flip const
#69
ndmitchell
opened
4 years ago
9
`Data.Foldable.Extra` not showing up on Hoogle
#68
mixphix
closed
4 years ago
2
Hide conflicting strict functions from base-4.15.
#67
galenhuntington
closed
4 years ago
3
Fix the exports of `Data.Foldable.Extra` and resolve #41
#66
mixphix
closed
4 years ago
4
sumOn and productOn for Foldable instances
#65
mixphix
closed
4 years ago
3
Fix Control.Concurrent.Extra docs withLock
#64
ivo-stefchev
closed
4 years ago
1
Next