th-typegraph-0.14: Graph of the subtype relation

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.TH.TypeGraph.Info

Synopsis

Documentation

data TypeGraphInfo Source

Information collected about the graph implied by the structure of one or more Type values.

typeGraphInfo :: forall m. DsMonad m => [(TypeGraphVertex, VertexHint)] -> [Type] -> m TypeGraphInfo Source

Build a TypeGraphInfo value by scanning the supplied types and hints.