Andrew Martin

Results 129 comments of Andrew Martin

I agree that such a function is useful. However, if it's going be in `mtl`, I would rather see its monomorphic cousin appear in `transformers` first. The name feels a...

As someone interested in your tangential comment, what exactly is the motivation behind having `TransactionSetDef` and `Guide`. As I am building grammars for the EDI files of vendors we deal...

I also think something like this would be nice to include in `http-client`.

In the `scientific-notation` libary, I use this: ``` data Scientific = Scientific {-# UNPACK #-} !Int -- coefficient {-# UNPACK #-} !Int -- base-10 exponent, minBound means use unlimited-precision field...

I think this was released in version `0.2.5`.

Yeah, I would kind of like that as well.

This is still broken. It would great if someone could correct the documentation to make it clear that it is not possible to disable verification.

Concerning naming, I'm fine with justify instead of pad, since justify is a more precise term. The sign character is a bit of an annoying issue. I do not have...

I'm going to put this on hold for the moment. I've been playing with some ideas for a strict text builder which may subsume what I suggested and simplify the...

I've written a few of these in [text-functions](https://github.com/andrewthad/text-functions/blob/44a306629b2a1277e251b13c434834548bb90d26/src/Data/Text/Lazy/Builder/Function.hs).