Erik Rybakken

Results 3 issues of Erik Rybakken

Consider adding applyWhen from [here](https://hackage.haskell.org/package/ghc-8.10.1/docs/Util.html#v:applyWhen).

It would be a nice and fun challenge to try to reproduce this graphic from the Economist: ![](http://tutorials.iq.harvard.edu/R/Rgraphics/images/Economist1.png) This [tutorial](http://tutorials.iq.harvard.edu/R/Rgraphics/Rgraphics.html) does it with ggplot2. I will try to do this...

Is there any fundamental reason that the decodeXls functions need to use IO to parse an xls file? In my use case I would like to decouple the parsing logic...