Hacker News new | ask | show | jobs
by jose_zap 1476 days ago
Yes, there is GHCi, the Haskell interpreter and repl comes bundled with the compiler.

You can load your entire project in the repl and try your functions there.