mattaudesse / haskell-99-problems

Ninety-Nine Haskell Problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ninety-Nine Haskell Problems

These are my solutions to Haskell's "99 problems" code challenges.

Follow these steps to bootstrap your environment:
cabal sandbox init
cabal install --enable-test --only-dependencies
Then verify code correctness by invoking:
cabal test

Many thanks to @kazu-yamamoto and @tfausak for their guides on how to set up proper test suites in Haskell.

Build Status

About

Ninety-Nine Haskell Problems


Languages

Language:Haskell 100.0%