| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Napkin.Cli.Shared.TableSelectors.Types
Documentation
data SelectorSubject #
Instances
| Show SelectorSubject # | |
Defined in Napkin.Cli.Shared.TableSelectors.Types Methods showsPrec :: Int -> SelectorSubject -> ShowS # show :: SelectorSubject -> String # showList :: [SelectorSubject] -> ShowS # | |
data RunTableSelector #
Constructors
| SkipAll | |
| ForceAll | |
| SkipTables WithUpDownstream SelectorSubject | |
| EnableTables SelectorSubject | |
| ForceTables 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 # | |