Haskell Triple Talk = QuickCheck + Production + Num
Details
Three short talks covering a variety of Haskell related topics.
QuickCheck
Speaker: Derek Wright
A introduction to QuickCheck. Everything you need to know to use and get the best out of QuickCheck to test your Haskell code.
Haskell in Production
Speaker: Ben Ford
Come and find out about how Haskell is being put into production use at a start-up here in London.
Num
Speaker: Ben Clifford
Num is the type class for "numbers" - so it has a bunch of operators and a bunch of intuitive behaviour. "What is that behaviour?" and "What instances are built into Haskell?" and perhaps more interestingly "What other Num instances are around?"
