Posts tagged work


There are 6 posts tagged with work.

If you are interested in "work" why not subscribe to the Atom feed or RSS feed?

Some ScalaCheck generators fail too much

ScalaCheck comes with generators which will happily try and, with high probability, fail to construct sets.


Testing multiple GHC versions on Travis CI

We're currently in a transition period between GHC releases so it's important to be able to test packages with multiple versions of GHC. Here's the standard approach and what I learned doing it to a package of mine.


Released some Haskell packages

I finished and released a couple of packages written in Haskell today. Here are a few details about them.


Reading from processes safely in Haskell

The naive approach to invoking a process and reading it's output is not safe. Here's a snippet of code which does this safely.


Multiple JSON encodings in Haskell

Here's a nice pattern to work with multiple JSON encodings of the same set of types in a Haskell program.


Haskell at Work

I've recently (in blog years) started a new job at a company which uses Haskell quite extensively. Here are some things we do with it.