| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Cli.Shared.TableSelectors.Types
Documentation
Constructors
| SimplePattern Text | |
| RegexPattern Regex |
data SelectorSubject #
Instances
pattern SubjectSeparator :: Text #
pattern RegexSeparator :: Text #
pattern TagSubject :: Text #
pattern TaskSubject :: Text #
pattern SpecSubject :: Text #
pattern HooksSubject :: Text #
pattern CreateSubject :: Text #
printSubject :: SelectorSubject -> Text #
data RunTableSelector #
Constructors
| SkipAll | |
| ForceAll | |
| Selector Selector WithUpDownstream SelectorSubject |
Instances
| Show RunTableSelector # | |
Defined in Napkin.Cli.Shared.TableSelectors.Types Methods showsPrec :: Int -> RunTableSelector -> ShowS # show :: RunTableSelector -> String # showList :: [RunTableSelector] -> ShowS # | |
data WithUpDownstream #
Constructors
| WithoutExtra | |
| WithDownstream | |
| WithUpstream |
Instances
| Bounded WithUpDownstream # | |
Defined in Napkin.Cli.Shared.TableSelectors.Types | |
| Enum WithUpDownstream # | |
Defined in Napkin.Cli.Shared.TableSelectors.Types Methods succ :: WithUpDownstream -> WithUpDownstream # pred :: WithUpDownstream -> WithUpDownstream # toEnum :: Int -> WithUpDownstream # fromEnum :: WithUpDownstream -> Int # enumFrom :: WithUpDownstream -> [WithUpDownstream] # enumFromThen :: WithUpDownstream -> WithUpDownstream -> [WithUpDownstream] # enumFromTo :: WithUpDownstream -> WithUpDownstream -> [WithUpDownstream] # enumFromThenTo :: WithUpDownstream -> WithUpDownstream -> WithUpDownstream -> [WithUpDownstream] # | |
| Show WithUpDownstream # | |
Defined in Napkin.Cli.Shared.TableSelectors.Types Methods showsPrec :: Int -> WithUpDownstream -> ShowS # show :: WithUpDownstream -> String # showList :: [WithUpDownstream] -> ShowS # | |