Safe Haskell | None |
---|---|
Language | GHC2021 |
Napkin.Cli.Shared.TableSelectors.Types
Documentation
data SelectorSubject #
Instances
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
Show WithUpDownstream # | |
Defined in Napkin.Cli.Shared.TableSelectors.Types Methods showsPrec :: Int -> WithUpDownstream -> ShowS # show :: WithUpDownstream -> String # showList :: [WithUpDownstream] -> ShowS # |
oldSelector :: RunTableSelector -> Bool #