Safe Haskell | None |
---|---|
Language | GHC2024 |
Documentation
Instances
data SelectorSubject #
Instances
tagSubject :: Text #
taskSubject :: Text #
specSubject :: Text #
hooksSubject :: Text #
createSubject :: Text #
printSubject :: SelectorSubject -> Text #
data RunTableSelector #
Instances
Show RunTableSelector # | |
Defined in Napkin.Cli.Shared.TableSelectors.Types showsPrec :: Int -> RunTableSelector -> ShowS # show :: RunTableSelector -> String # showList :: [RunTableSelector] -> ShowS # |
data WithUpDownstream #
Instances
Bounded WithUpDownstream # | |
Defined in Napkin.Cli.Shared.TableSelectors.Types | |
Enum WithUpDownstream # | |
Defined in Napkin.Cli.Shared.TableSelectors.Types 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 showsPrec :: Int -> WithUpDownstream -> ShowS # show :: WithUpDownstream -> String # showList :: [WithUpDownstream] -> ShowS # |