Exploring Neil Mitchell's MVar examples (Haskell)

root

flavours-mvar

Synopsis

Exploring Neil Mitchell's MVar examples (Haskell)

Description

Code to explore MVar examples at The Flavours of MVar

Getting source

  • Get the source with darcs: $ darcs get http://hub.darcs.net/dino/flavours-mvar
  • If you're just looking, browse the source

And once you have it, building the usual way:

$ cabal configure
$ cabal build
$ cabal run

Contact

Dino Morelli <dino@ui3.info>