| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
GitHub.Workflow.Command.Annotation.Commands.Generic
Documentation
newtype GenericAnnotation a Source #
Constructors
| GenericAnnotation a |
Instances
| HasProperties a => HasLocationMaybe (GenericAnnotation a) Source # | |
| (IsAnnotationType a, HasMessage a, GetProperties a) => ToCommand (GenericAnnotation a) Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Generic Methods addToCommand :: GenericAnnotation a -> Command -> Command Source # | |
| ToCommand a => ToByteString (GenericAnnotation a) Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Generic Methods toByteStringBuilder :: GenericAnnotation a -> Builder Source # toByteString :: GenericAnnotation a -> ByteString Source # | |
class IsAnnotationType a where Source #
Methods
Instances
| IsAnnotationType Debug Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Debug Methods | |
| IsAnnotationType Error Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Error Methods | |
| IsAnnotationType Notice Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Notice Methods | |
| IsAnnotationType Warning Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Warning Methods | |