[Haskell-cafe] static typing and interactivity

Neil Mitchell ndmitchell at gmail.com
Thu Aug 18 11:17:56 EDT 2005


Hi Jake,

> program. How do most of the folks here debug their large code base?

You might have some success with Hat, http://www.haskell.org/hat/, for
debugging.

Unfortunately unless you are doing Monadic computations, breakpoints
don't really work as well as in strict imperative programs.

Thanks

Neil


More information about the Haskell-Cafe mailing list