Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data Strictness Source #
Instances
Read Strictness Source # | |
Defined in Dot.Types readsPrec :: Int -> ReadS Strictness # readList :: ReadS [Strictness] # readPrec :: ReadPrec Strictness # readListPrec :: ReadPrec [Strictness] # | |
Show Strictness Source # | |
Defined in Dot.Types showsPrec :: Int -> Strictness -> ShowS # show :: Strictness -> String # showList :: [Strictness] -> ShowS # |
data Directionality Source #
Instances
Read Directionality Source # | |
Defined in Dot.Types readsPrec :: Int -> ReadS Directionality # readList :: ReadS [Directionality] # | |
Show Directionality Source # | |
Defined in Dot.Types showsPrec :: Int -> Directionality -> ShowS # show :: Directionality -> String # showList :: [Directionality] -> ShowS # |
data CardinalDirection Source #
Instances
Read CardinalDirection Source # | |
Defined in Dot.Types | |
Show CardinalDirection Source # | |
Defined in Dot.Types showsPrec :: Int -> CardinalDirection -> ShowS # show :: CardinalDirection -> String # showList :: [CardinalDirection] -> ShowS # |
data EdgeElement Source #
Instances
Read EdgeElement Source # | |
Defined in Dot.Types readsPrec :: Int -> ReadS EdgeElement # readList :: ReadS [EdgeElement] # readPrec :: ReadPrec EdgeElement # readListPrec :: ReadPrec [EdgeElement] # | |
Show EdgeElement Source # | |
Defined in Dot.Types showsPrec :: Int -> EdgeElement -> ShowS # show :: EdgeElement -> String # showList :: [EdgeElement] -> ShowS # | |
IsString EdgeElement Source # | |
Defined in Dot.Types fromString :: String -> EdgeElement # |
ListTwo | |
|
StatementAttribute AttributeStatement | |
StatementNode NodeStatement | |
StatementEdge EdgeStatement | |
StatementSubgraph Subgraph | |
StatementEquality Id Id |
data AttributeStatement Source #
Instances
Read AttributeStatement Source # | |
Defined in Dot.Types | |
Show AttributeStatement Source # | |
Defined in Dot.Types showsPrec :: Int -> AttributeStatement -> ShowS # show :: AttributeStatement -> String # showList :: [AttributeStatement] -> ShowS # |
data NodeStatement Source #
Instances
Read NodeStatement Source # | |
Defined in Dot.Types readsPrec :: Int -> ReadS NodeStatement # readList :: ReadS [NodeStatement] # | |
Show NodeStatement Source # | |
Defined in Dot.Types showsPrec :: Int -> NodeStatement -> ShowS # show :: NodeStatement -> String # showList :: [NodeStatement] -> ShowS # |
data EdgeStatement Source #
Instances
Read EdgeStatement Source # | |
Defined in Dot.Types readsPrec :: Int -> ReadS EdgeStatement # readList :: ReadS [EdgeStatement] # | |
Show EdgeStatement Source # | |
Defined in Dot.Types showsPrec :: Int -> EdgeStatement -> ShowS # show :: EdgeStatement -> String # showList :: [EdgeStatement] -> ShowS # |