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 >