# flavours-mvar ## Synopsis Exploring Neil Mitchell's MVar examples (Haskell) ## Description Code to explore MVar examples at [The Flavours of MVar](http://neilmitchell.blogspot.com/2012/06/flavours-of-mvar_04.html) ## Getting source - Get the source with darcs: `$ darcs get http://hub.darcs.net/dino/flavours-mvar` - If you're just looking, [browse the source](http://hub.darcs.net/dino/flavours-mvar) And once you have it, building the usual way: $ cabal configure $ cabal build $ cabal run ## Contact Dino Morelli <[dino@ui3.info](mailto:dino@ui3.info)>