/haskell-playground

Haskell playground

Primary LanguageHaskellMIT LicenseMIT

Haskell playground

Build Status

Development

  1. Set up
stack setup
  1. Build
stack build
  1. Run app
stack exec playground-exe
  1. Run tests
stack test