brandon s allbery kf8nh
brandon s allbery kf8nh
On Mon, Aug 15, 2016 at 12:39 PM, Thibault [email protected] wrote: > In fact, the problem appears when leaving a decorated layout controlled by > IfMax, even if not from...
Weeding old stuff in my inbox... how completely should it need to know this, @f1u77y ? Because some things require actually running the layout, and you can't do that if...
A more useful check is to look for all occurrences of `throwErrorIf` and change them to produce `Maybe` instead.
I was actually thinking about that, either via Except or by logging to stderr (which you'll find in a few other places, some of which are annoying to other users...
http://hackage.haskell.org/package/mtl-2.2.1/docs/Control-Monad-Except.html
`EitherT` is deprecated; `ExceptT` is the replacement. Also, nobody said you had to use its `Monad` interface; how many people use `Either a`'s `Monad`? On Tue, Apr 11, 2017 at...
Probably. `Either` would also work for that usage, but both the old `Either` and the `Error` instances were deprecated in order to make `Either` a simple product type that doesn't...
Pity we need to support 7.6.3, or we could use a pattern synonym to reduce the noise. (snark re testing: do it and wait for a distro maintainer to make...
Could work. I've actually been thinking about something a little stronger, but it's not happening soon and this would be a waypoint toward it anyway. On Sat, Apr 15, 2017...
The correct answer here is that, since configure found the libraries in /usr/X11/lib, it should be adding -L/usr/X11/lib to LDFLAGS.