| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hercules.Agent.WorkerProtocol.Command.Eval
Documentation
Constructors
| Eval | |
Fields
| |
Instances
Constructors
| LiteralArg ByteString | |
| ExprArg ByteString |
Instances
| Generic Arg Source # | |
| Show Arg Source # | |
| Binary Arg Source # | |
| Eq Arg Source # | |
| type Rep Arg Source # | |
Defined in Hercules.Agent.WorkerProtocol.Command.Eval type Rep Arg = D1 ('MetaData "Arg" "Hercules.Agent.WorkerProtocol.Command.Eval" "hercules-ci-agent-0.10.2-inplace" 'False) (C1 ('MetaCons "LiteralArg" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString)) :+: C1 ('MetaCons "ExprArg" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) | |