Greg Weber

Results 263 comments of Greg Weber

when I remove the contract everything works fine

I am on latest. Probably has to do with contracts from a caller.

I will attempt to summarize: @snoyberg is pointing out that `splitOn` is not streaming: it builds up a list of results @MaxGabriel is pointing out that in terms of memory...

@MaxGabriel thanks for pointing to the docs. I think the worst case could still be greater than 2x memory usage though: if every other character is split that creates a...

I would like to have a base package with very few dependencies and build on top of that,

My concern is just that the code add the postgresql-simple dependency. I would like for there to be a heroku package that has minimal dependencies, and will gladly accept any...

Great! Can you add a link to it from documentation in this project?

I think `a -> a -> Bool` should be replaced with an `Eq` constraint. Interested in attempting a pull request? The new function would be called `ordNubOn`.