[Haskell-cafe] some way to reverse engineer lambda expressions out of the debugger?

Thomas Hartman tphyahoo at gmail.com
Thu Jan 11 13:10:58 EST 2007


Looks very nice!

However, I'm doing my learning on ghci and got an error when I tried to load it.

Is this hugs only, or should I try harder?

2007/1/11, Malcolm Wallace <Malcolm.Wallace at cs.york.ac.uk>:
> Bulat Ziganshin <bulat.ziganshin at gmail.com> wrote:
>
> > tphyahoo wrote:
> >
> > > *UnixTools> explodeLambda( map (*) [1,2] )
> > >[(\x ->> 1*x),(\x -> 2*x)]
>
> Have a play with this, from Claus Reinke:
>     http://www.cs.kent.ac.uk/people/staff/cr3/toolbox/haskell/R.hs
>
>
> Regards,
>     Malcolm
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list