github-workflow-commands-0.0.1.0: GitHub Actions workflow commands
Safe HaskellSafe-Inferred
LanguageGHC2021

GitHub.Workflow.Command.Syntax.Key

Documentation

newtype Key Source #

Constructors

Key 

Fields

Instances

Instances details
IsString Key Source # 
Instance details

Defined in GitHub.Workflow.Command.Syntax.Key

Methods

fromString :: String -> Key #

Show Key Source # 
Instance details

Defined in GitHub.Workflow.Command.Syntax.Key

Methods

showsPrec :: Int -> Key -> ShowS #

show :: Key -> String #

showList :: [Key] -> ShowS #

Eq Key Source # 
Instance details

Defined in GitHub.Workflow.Command.Syntax.Key

Methods

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

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

Ord Key Source # 
Instance details

Defined in GitHub.Workflow.Command.Syntax.Key

Methods

compare :: Key -> Key -> Ordering #

(<) :: Key -> Key -> Bool #

(<=) :: Key -> Key -> Bool #

(>) :: Key -> Key -> Bool #

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

max :: Key -> Key -> Key #

min :: Key -> Key -> Key #

ToByteString Key Source # 
Instance details

Defined in GitHub.Workflow.Command.Syntax.Key