eventlog2html-0.3.0: Visualise an eventlog

Safe HaskellSafe
LanguageHaskell2010

Eventlog.Types

Synopsis

Documentation

data Header Source #

Constructors

Header 

data Sample Source #

Constructors

Sample Text Double 
Instances
Show Sample Source # 
Instance details

Defined in Eventlog.Types

data Frame Source #

Constructors

Frame Double [Sample] 
Instances
Show Frame Source # 
Instance details

Defined in Eventlog.Types

Methods

showsPrec :: Int -> Frame -> ShowS #

show :: Frame -> String #

showList :: [Frame] -> ShowS #

data Trace Source #

A trace we also want to show on the graph

Constructors

Trace Double Text 
Instances
Show Trace Source # 
Instance details

Defined in Eventlog.Types

Methods

showsPrec :: Int -> Trace -> ShowS #

show :: Trace -> String #

showList :: [Trace] -> ShowS #