| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Haskell.TH.TypeGraph.Vertex
- data TypeGraphVertex = TypeGraphVertex {}
- field :: Lens' TypeGraphVertex (Maybe (Name, Name, Either Int Name))
- syns :: Lens' TypeGraphVertex (Set Name)
- etype :: Lens' TypeGraphVertex (E Type)
- typeNames :: TypeGraphVertex -> Set Name
Documentation
data TypeGraphVertex Source
For simple type graphs always set _field and _synonyms to Nothing.
Constructors
| TypeGraphVertex | |