haskell-hvr / missingh

Utility library [Haskell]
https://hackage.haskell.org/package/MissingH
Other
87 stars 40 forks source link

Add two list utilities: appendAll and prependAll #16

Closed drew-gross closed 2 years ago

jgoerzen commented 10 years ago

Can you give a use case for these?

drew-gross commented 10 years ago

I've used them a few times in brute force search, for example when I know one of "AAAAAA\0", "AAAAAA\1", "AAAAAA\2" or so on meets a certain criteria, but I don't know which one meets that criteria.

andreasabel commented 2 years ago

These functions have a very short definition and do not seem commonplace. No need to add them.