| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hercules.Agent.WorkerProtocol.Event.DaemonStarted
Documentation
data DaemonStarted Source #
Constructors
| DaemonStarted | |
Instances
| Generic DaemonStarted Source # | |
Defined in Hercules.Agent.WorkerProtocol.Event.DaemonStarted Associated Types type Rep DaemonStarted :: Type -> Type # | |
| Show DaemonStarted Source # | |
Defined in Hercules.Agent.WorkerProtocol.Event.DaemonStarted Methods showsPrec :: Int -> DaemonStarted -> ShowS # show :: DaemonStarted -> String # showList :: [DaemonStarted] -> ShowS # | |
| Binary DaemonStarted Source # | |
| Eq DaemonStarted Source # | |
Defined in Hercules.Agent.WorkerProtocol.Event.DaemonStarted Methods (==) :: DaemonStarted -> DaemonStarted -> Bool # (/=) :: DaemonStarted -> DaemonStarted -> Bool # | |
| type Rep DaemonStarted Source # | |
Defined in Hercules.Agent.WorkerProtocol.Event.DaemonStarted type Rep DaemonStarted = D1 ('MetaData "DaemonStarted" "Hercules.Agent.WorkerProtocol.Event.DaemonStarted" "hercules-ci-agent-0.9.0-inplace" 'False) (C1 ('MetaCons "DaemonStarted" 'PrefixI 'True) (S1 ('MetaSel ('Just "_dummy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |