Hi,

I am trying query the instances that a data type implements. Calling reify on the data type doesn't appear to return anything relating to type classes.

I am very new to Template Haskell, so I apologize if there is a easy way to do this that I missed.

-Jonathan