[Haskell-cafe] Template Haskell

Niklas Hambüchen mail at nh2.me
Tue Aug 27 10:24:08 CEST 2013


Hi Jose,

Template Haskell doesn't parse code.

haskell-src-exts and the GHC API can do that.

Have a look at:

* ghc-mod browse (using ghc api)
* hscope (using haskell-src-exts)

On 27/08/13 15:45, Jose A. Lopes wrote:
> Hi,
> 
> Is it possible to retrieve all definitions contained in a module using
> Template Haskell ?
> 
> Thanks,
> Jose
> 




More information about the Haskell-Cafe mailing list