Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
- type DFDState = Int
- type DFD v = State DFDState v
- incrStep :: DFD ()
- nextStep :: DFD Int
- inQuotes :: String -> String
- inAngleBrackets :: String -> String
- label :: String -> Attr
- bold :: String -> String
- italic :: String -> String
- small :: String -> String
- color :: String -> String -> String
- convertNode :: Node -> DFD StmtList
- convertNodes :: [Node] -> DFD StmtList
- convertFlow :: Flow -> DFD StmtList
- convertFlows :: [Flow] -> DFD StmtList
- convertRootNode :: RootNode -> DFD StmtList
- convertRootNodes :: [RootNode] -> DFD StmtList
- defaultGraphStmts :: StmtList
- convertDiagram :: Diagram -> DFD Graph
- asDFD :: Diagram -> Graph
Documentation
inAngleBrackets :: String -> String Source
convertNode :: Node -> DFD StmtList Source
convertNodes :: [Node] -> DFD StmtList Source
convertFlow :: Flow -> DFD StmtList Source
convertFlows :: [Flow] -> DFD StmtList Source
convertRootNode :: RootNode -> DFD StmtList Source
convertRootNodes :: [RootNode] -> DFD StmtList Source
convertDiagram :: Diagram -> DFD Graph Source