Olaf Chitil writes: >[EMAIL PROTECTED] wrote: >> >> > > 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. > >> Actually I was hoping for a static tool. > >I'd be interested to learn for what purpose you want this kind of >information and also more precisely what you would like such a static >tool to do for you.
I do not know Sengan but, from reading that one paragraph I will venture that he is one of those programmers who refactors his code a lot and wants the information to to facilitate refactoring. (by refactoring I mean changing interface boundaries, eg, introducing and eliminating functions.) -- Richard Uhtenwoldt _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
