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

GitHub.Workflow.Command.Syntax.Value

Documentation

newtype Value Source #

Constructors

Value 

Fields

Instances

Instances details
IsString Value Source # 
Instance details

Defined in GitHub.Workflow.Command.Syntax.Value

Methods

fromString :: String -> Value #

Show Value Source # 
Instance details

Defined in GitHub.Workflow.Command.Syntax.Value

Methods

showsPrec :: Int -> Value -> ShowS #

show :: Value -> String #

showList :: [Value] -> ShowS #

Eq Value Source # 
Instance details

Defined in GitHub.Workflow.Command.Syntax.Value

Methods

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

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

Ord Value Source # 
Instance details

Defined in GitHub.Workflow.Command.Syntax.Value

Methods

compare :: Value -> Value -> Ordering #

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

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

(>) :: Value -> Value -> Bool #

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

max :: Value -> Value -> Value #

min :: Value -> Value -> Value #

ToByteString Value Source # 
Instance details

Defined in GitHub.Workflow.Command.Syntax.Value