Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data Command
Documentation
Information flowing from the environment to the worker. The name isn't
accurate as it includes other information than just commands,
e.g. BuildResult
.
Instances
Generic Command Source # | |
Show Command Source # | |
Binary Command Source # | |
Eq Command Source # | |
type Rep Command Source # | |
Defined in Hercules.Agent.WorkerProtocol.Command type Rep Command = D1 ('MetaData "Command" "Hercules.Agent.WorkerProtocol.Command" "hercules-ci-agent-0.10.3-inplace" 'False) ((C1 ('MetaCons "Eval" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Eval)) :+: C1 ('MetaCons "BuildResult" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 BuildResult))) :+: (C1 ('MetaCons "Build" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Build)) :+: C1 ('MetaCons "Effect" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Effect)))) |