Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 447 Bytes

File metadata and controls

13 lines (9 loc) · 447 Bytes

haskell-exercises-ThinkingFunctionally-RichardBird

Haskell exercises, Thinking Functionally with Haskell by Richard Bird

Tests

Dependencies

These may be installed, for example, by cabal install --lib <package>

  • QuickCheck
  • hspec

Execution

cd to a location with a test script, e.g. MyFunctionSpec.hs, and try runhaskell MyFunctionSpec.hs. The runhaskell program may be obtained, for example, by installing ghcup.