Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hercules.API.Task
Documentation
A task, typically performed by the agent.
The phantom represents the type of task. See AnyTask
.
Instances
FromJSON (Task a) Source # | |
ToJSON (Task a) Source # | |
Defined in Hercules.API.Task | |
Generic (Task a) Source # | |
Show (Task a) Source # | |
NFData (Task a) Source # | |
Defined in Hercules.API.Task | |
Eq (Task a) Source # | |
type Rep (Task a) Source # | |
Defined in Hercules.API.Task type Rep (Task a) = D1 ('MetaData "Task" "Hercules.API.Task" "hercules-ci-api-agent-0.5.1.0-inplace" 'False) (C1 ('MetaCons "Task" 'PrefixI 'True) (S1 ('MetaSel ('Just "typ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Id (Task a))))) |
uncheckedCast :: Task a -> Task b Source #