Andrew Martin

Results 129 comments of Andrew Martin

I've changed this in the most recent commit. I think I'll have: * left monadic fold on map * right monadic fold on map * left monadic fold on intmap...

I live in Atlanta, so all the truly good pizza is a ways up the east coast from me.

The three-week discussion period of the [mailing list post](https://mail.haskell.org/pipermail/libraries/2018-February/028519.html) ends today. To summarize the discussion for posterity's sake: - Most people were alright with removing the instance - Some people...

Pinging @treeowl. Sorry to be a bother about this, but I really would love to see the existing instance get replaced. Have you arrived at a decision on this matter?

Pinging again. I would love to see the instance get replaced by the more general semigroup-lifting one.

Sorry, I'm not totally clear of the meaning of the question at the end. Do you mean writing newtypes like: newtype UnionMap k v = UnionMap (Map k v) instance...

This is a good question. Based on my reading of the code, I am also unable to figure out what the difference between the strict and lazy variants of decode...

https://github.com/bos/attoparsec/pull/139 Keep in mind that the http parser used to be faster because it didn’t work correctly.

I'll throw two operators out there that do not currently exist in `bytestring`, but I need them sometimes, and it makes me reach for the internal modules: ``` -- |...

I'm still interested in adding support for this if maintainers believe that kafkacat is a good place for this logic to live.