mixphix

Results 58 comments of mixphix

Unfortunately the same fact eluded me in #158!

I think its removal is safe by now. I think if Haskell should stick to a Report, it should be a modern one, but such a Report has not yet...

I wonder what the potential breakage from removing tuple instances of `Functor`/`Foldable`/`Traversable` would be. Given that it is widely agreed that `length (x, y) == 1` is meaningless, perhaps we...

> low-tech workarounds Okay. Once again, I think that if users need `Foldable` or `Traversable` tuples, that they're Doing It Wrong, but that custom types and writing their own instances...

I agree that "Uncaught exception" has a nicer ring to it, though an "uncaught" exception is one that, by definition, terminates the program, no? In any case I view this...

I'm not sure I understand what you mean, @tomjaguarpaw. Should we open a poll on the Discourse for this? Perhaps we can include some other functions in the poll and...

Am I to assume that these maintainers will *want* such imports to disappear? Many heavy-duty libraries in the Haskell ecosystem still emit warnings from before the Functor–Applicative–Monad proposal. Those who...

@Bodigrim I am unable to access my GitLab account because I cleared my 2FA app and lost my recovery codes. Who can I contact to resolve this?

I want to reiterate that this `for` is the one from `Data.Traversable`, which permits `Applicative` actions.