Haskell
  • Syntax Checkers in Haskell

    by Vanessa McHale | Haskell

    I recently wrote tomlcheck, which, as the name implies, is a syntax checker for TOML files. Since I'd read a call-to-arms regarding the lack of concrete success stories in Haskell a few months ago, I figured I'd contribute one of mine.

  • Functional Pearl: Integer Partitions and QuickCheck

    by Vanessa McHale | Haskell

    If you were on the math team during high school, you may remember integer partitions not too fondly. They're not particularly easy to get a grip on: even counting the partitions of an integer requires generating functions (which are scary when you're in high school).

  • Haskell Aphorisms

    by Vanessa McHale | Haskell

    Aphorisms in Haskell, using only functions in base and with a particular bend towards showing the use of lists for control flow. Many of these are adapted from here.

  • Variations on a Theme

    by Vanessa McHale | Haskell

    A set of curated examples meant to show Haskell's expressiveness, wherein we write a sum function many times: