hercules-ci-agent-0.9.0: Runs Continuous Integration tasks on your machines
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.Agent.WorkerProtocol.Command.Eval

Documentation

data Eval Source #

Constructors

Eval 

Fields

Instances

Instances details
Generic Eval Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Associated Types

type Rep Eval :: Type -> Type #

Methods

from :: Eval -> Rep Eval x #

to :: Rep Eval x -> Eval #

Show Eval Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

showsPrec :: Int -> Eval -> ShowS #

show :: Eval -> String #

showList :: [Eval] -> ShowS #

Binary Eval Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

put :: Eval -> Put #

get :: Get Eval #

putList :: [Eval] -> Put #

Eq Eval Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

(==) :: Eval -> Eval -> Bool #

(/=) :: Eval -> Eval -> Bool #

type Rep Eval Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

data Arg Source #

Instances

Instances details
Generic Arg Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Associated Types

type Rep Arg :: Type -> Type #

Methods

from :: Arg -> Rep Arg x #

to :: Rep Arg x -> Arg #

Show Arg Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

showsPrec :: Int -> Arg -> ShowS #

show :: Arg -> String #

showList :: [Arg] -> ShowS #

Binary Arg Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

put :: Arg -> Put #

get :: Get Arg #

putList :: [Arg] -> Put #

Eq Arg Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

(==) :: Arg -> Arg -> Bool #

(/=) :: Arg -> Arg -> Bool #

type Rep Arg Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

type Rep Arg = D1 ('MetaData "Arg" "Hercules.Agent.WorkerProtocol.Command.Eval" "hercules-ci-agent-0.9.0-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)))