blob: 9479e0089ecfe8ad80a6ee1426796695c4d09dec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Buddha is a debugger for Haskell 98 programs. To be more precise, it is a
declarative debugger. It presents the evaluation of a Haskell program as a
series of function applications, rather than the more traditional stepwise
presentation of debuggers for imperative languages.
WWW: http://www.cs.mu.oz.au/~bjpop/buddha/
-- Oliver Braun
obraun@FreeBSD.org
|