th-sccs-0.0.0.20110310: Binding group analysis in Template Haskell

Language.Haskell.TH.SCCs

Synopsis

Documentation

class Dependencies t whereSource

Calculate the type declaration upon which this syntactic construct syntactically dependends.

Methods

type_dependencies' :: [Name] -> t -> Q (Set Name)Source

printQ :: Show a => Maybe String -> Q a -> Q [a1]Source