Pat Brisbin

Results 92 comments of Pat Brisbin

I'm running into what I think might be the same issue. Here is a (more) minimal repro: The file needs something to fix in it (in this case, redundant `$`)...

Just wanted to let anyone interested know that there is a workaround... Instead of something like, ```hs optional (Env.var f "NAME" g) ``` You can do ```hs Env.var (Just f)...

Yeah, I can definitely see the point that, for any monad with failure semantics `a b` should recover failures in `a` to `b`. However, can you agree that the _behavior_...

I keep bumping into this, and having to remember, explain to my team, and code in the workaround I supplied is getting pretty tedious (and error-prone). I'm curious if we...

> Given that the `Alternative` instance also makes `Parser a` into a monoid Hmm, this might be a bit above my head, do you mind elaborating? I get that `aParser...

> I didn't want to express anything particularly deep Yup, just want to make sure I'm not missing something. (I also just find all this stuff fascinating, so thank you...

Just tested with fast-logger-3.2.1 and the bug does not reproduce there.

> Let's close. Sorry, there might be some confusion. I was saying the bug does not repro in 3.2.1, so it was introduced (and still exists) in 3.2.2.

OK, I take back what I said. It seems with either 3.2.2 or 3.2.1 it reproduces, just intermittently. The bug was not introduced with 3.2.2. I wrapped my repro in...

Can you re-open this Issue? I think it was closed by mistake.