Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data TraceOptions Source #
Instances
Eq TraceOptions Source # | |
Defined in Bcc.Tracing.Config (==) ∷ TraceOptions → TraceOptions → Bool Source # (/=) ∷ TraceOptions → TraceOptions → Bool Source # | |
Show TraceOptions Source # | |
Defined in Bcc.Tracing.Config |
data TraceSelection Source #
Instances
Eq TraceSelection Source # | |
Defined in Bcc.Tracing.Config (==) ∷ TraceSelection → TraceSelection → Bool Source # (/=) ∷ TraceSelection → TraceSelection → Bool Source # | |
Show TraceSelection Source # | |
Defined in Bcc.Tracing.Config |
traceConfigParser ∷ Object → Parser TraceOptions Source #