
23 Feb
2012
23 Feb
'12
4:18 p.m.
Hi all, I'm reading the haskellwiki article on multiplate. Is it possible to modify the getVariablesPlate example to return the free variables? One idea I had is to store an environment in a reader monad, and use local to update the environment at a let expression. Couldn't figure it out, though. Any ideas? Thanks! -matt http://www.haskell.org/haskellwiki/Multiplate