Haskell slicing tool?

senganb@ia.nsc.com senganb@ia.nsc.com
Mon, 18 Mar 2002 14:19:21 -0500


Are there any tools to perform program slicing on Haskell?
I often find myself wanting to find all "fromJusts" invoked
from the current function, or all functions that use a
particular member of my monad's ADT.

Sengan