Hello everyone,

Is there a way to automatically reify a type ?
In other words, to do the following:

reifyType (LitT ...) = ConT ''LitT ...

I am using Template Haskell and I want the generated code to have
access to Type datatypes that were available to the Template Haskell
code.

Cheers,
Jose

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to