Graph.Trace.Dot
parseLogEntries :: ByteString -> Either String [LogEntry] Source #
parseLogEntry :: Parser LogEntry Source #
buildGraph :: [LogEntry] -> Graph Source #
graphToDot :: Graph -> Builder Source #
data Key Source #
Constructors
Fields
Defined in Graph.Trace.Dot
Methods
(==) :: Key -> Key -> Bool #
(/=) :: Key -> Key -> Bool #
compare :: Key -> Key -> Ordering #
(<) :: Key -> Key -> Bool #
(<=) :: Key -> Key -> Bool #
(>) :: Key -> Key -> Bool #
(>=) :: Key -> Key -> Bool #
max :: Key -> Key -> Key #
min :: Key -> Key -> Key #
showsPrec :: Int -> Key -> ShowS #
show :: Key -> String #
showList :: [Key] -> ShowS #
data LogEntry Source #
showsPrec :: Int -> LogEntry -> ShowS #
show :: LogEntry -> String #
showList :: [LogEntry] -> ShowS #