Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
GitHub.Workflow.Command.Syntax.Message
Documentation
Instances
IsString Message Source # | |
Defined in GitHub.Workflow.Command.Syntax.Message Methods fromString :: String -> Message # | |
Show Message Source # | |
Eq Message Source # | |
Ord Message Source # | |
Defined in GitHub.Workflow.Command.Syntax.Message | |
FromMessage Message Source # | |
Defined in GitHub.Workflow.Command.Syntax.Message Methods fromMessage :: Message -> Message Source # | |
HasMessage Message Source # | |
ToByteString Message Source # | |
Defined in GitHub.Workflow.Command.Syntax.Message Methods toByteStringBuilder :: Message -> Builder Source # toByteString :: Message -> ByteString Source # |
class HasMessage a where Source #
class FromMessage a where Source #
Methods
fromMessage :: Message -> a Source #
Instances
FromMessage Debug Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Debug Methods fromMessage :: Message -> Debug Source # | |
FromMessage Error Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Error Methods fromMessage :: Message -> Error Source # | |
FromMessage Notice Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Notice Methods fromMessage :: Message -> Notice Source # | |
FromMessage Warning Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Warning Methods fromMessage :: Message -> Warning Source # | |
FromMessage Message Source # | |
Defined in GitHub.Workflow.Command.Syntax.Message Methods fromMessage :: Message -> Message Source # |