GitHub.Workflow.Command.Syntax.Value
newtype Value Source #
Constructors
Fields
Defined in GitHub.Workflow.Command.Syntax.Value
Methods
fromString :: String -> Value #
showsPrec :: Int -> Value -> ShowS #
show :: Value -> String #
showList :: [Value] -> ShowS #
(==) :: Value -> Value -> Bool #
(/=) :: Value -> Value -> Bool #
compare :: Value -> Value -> Ordering #
(<) :: Value -> Value -> Bool #
(<=) :: Value -> Value -> Bool #
(>) :: Value -> Value -> Bool #
(>=) :: Value -> Value -> Bool #
max :: Value -> Value -> Value #
min :: Value -> Value -> Value #
toByteStringBuilder :: Value -> Builder Source #
toByteString :: Value -> ByteString Source #