Safe Haskell | None |
---|---|
Language | GHC2024 |
Documentation
data ExitWhenFinished #
Instances
Show ExitWhenFinished # | |
Defined in Napkin.Cli.Run.Types showsPrec :: Int -> ExitWhenFinished -> ShowS # show :: ExitWhenFinished -> String # showList :: [ExitWhenFinished] -> ShowS # | |
Eq ExitWhenFinished # | |
Defined in Napkin.Cli.Run.Types (==) :: ExitWhenFinished -> ExitWhenFinished -> Bool # (/=) :: ExitWhenFinished -> ExitWhenFinished -> Bool # |
data AutoOpenBrowser #
Instances
Show AutoOpenBrowser # | |
Defined in Napkin.Cli.Run.Types showsPrec :: Int -> AutoOpenBrowser -> ShowS # show :: AutoOpenBrowser -> String # showList :: [AutoOpenBrowser] -> ShowS # | |
Eq AutoOpenBrowser # | |
Defined in Napkin.Cli.Run.Types (==) :: AutoOpenBrowser -> AutoOpenBrowser -> Bool # (/=) :: AutoOpenBrowser -> AutoOpenBrowser -> Bool # |
newtype ConcurrentSlots #
Instances
data RunCommandOptions #
Instances
Generic RunCommandOptions # | |||||
Defined in Napkin.Cli.Run.Types
from :: RunCommandOptions -> Rep RunCommandOptions x # to :: Rep RunCommandOptions x -> RunCommandOptions # | |||||
Show RunCommandOptions # | |||||
Defined in Napkin.Cli.Run.Types showsPrec :: Int -> RunCommandOptions -> ShowS # show :: RunCommandOptions -> String # showList :: [RunCommandOptions] -> ShowS # | |||||
type Rep RunCommandOptions # | |||||
Defined in Napkin.Cli.Run.Types type Rep RunCommandOptions = D1 ('MetaData "RunCommandOptions" "Napkin.Cli.Run.Types" "napkin-runtime-2.0.0-Ct8w2lsjRa3AUoSevHfCKx" 'False) (C1 ('MetaCons "RunCommandOptions" 'PrefixI 'True) (((S1 ('MetaSel ('Just "tableSelectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [RunTableSelector]) :*: S1 ('MetaSel ('Just "showProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UIMode)) :*: (S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 RunMode) :*: S1 ('MetaSel ('Just "condensedLogging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CondensedLogging))) :*: ((S1 ('MetaSel ('Just "slow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DevSlow) :*: S1 ('MetaSel ('Just "reportDir") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ReportDir))) :*: (S1 ('MetaSel ('Just "concurrentTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ConcurrentSlots)) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe RunId)))))) |