| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
GitHub.Workflow.Command.Syntax.Properties
Documentation
data Properties Source #
Instances
| Show Properties Source # | |
Defined in GitHub.Workflow.Command.Syntax.Properties Methods showsPrec :: Int -> Properties -> ShowS # show :: Properties -> String # showList :: [Properties] -> ShowS # | |
| Eq Properties Source # | |
Defined in GitHub.Workflow.Command.Syntax.Properties | |
| Ord Properties Source # | |
Defined in GitHub.Workflow.Command.Syntax.Properties Methods compare :: Properties -> Properties -> Ordering # (<) :: Properties -> Properties -> Bool # (<=) :: Properties -> Properties -> Bool # (>) :: Properties -> Properties -> Bool # (>=) :: Properties -> Properties -> Bool # max :: Properties -> Properties -> Properties # min :: Properties -> Properties -> Properties # | |
| HasProperties Properties Source # | |
Defined in GitHub.Workflow.Command.Syntax.Properties Methods | |
| ToByteString Properties Source # | |
Defined in GitHub.Workflow.Command.Syntax.Properties Methods toByteStringBuilder :: Properties -> Builder Source # toByteString :: Properties -> ByteString Source # | |
class HasProperties a where Source #
Methods
properties :: Lens' a Properties Source #
Instances
| HasProperties Command Source # | |
Defined in GitHub.Workflow.Command.Syntax.Command Methods | |
| HasProperties Properties Source # | |
Defined in GitHub.Workflow.Command.Syntax.Properties Methods | |
class AddToProperties a where Source #
Methods
addToProperties :: a -> Properties -> Properties Source #
Instances
| AddToProperties Location Source # | |
Defined in GitHub.Workflow.Command.Annotation.Location Methods addToProperties :: Location -> Properties -> Properties Source # | |
| AddToProperties Position Source # | |
Defined in GitHub.Workflow.Command.Annotation.Position Methods addToProperties :: Position -> Properties -> Properties Source # | |
| AddToProperties Columns Source # | |
Defined in GitHub.Workflow.Command.Annotation.Position.Columns Methods addToProperties :: Columns -> Properties -> Properties Source # | |
| AddToProperties Extent Source # | |
Defined in GitHub.Workflow.Command.Annotation.Position.Extent Methods addToProperties :: Extent -> Properties -> Properties Source # | |
| AddToProperties Properties Source # | |
Defined in GitHub.Workflow.Command.Annotation.Properties Methods addToProperties :: Properties -> Properties0 -> Properties0 Source # | |
empty :: Properties Source #
null :: Properties -> Bool Source #