Safe Haskell | None |
---|---|
Language | GHC2024 |
Napkin.Cli.Repl.Types
Documentation
data ReplCommandOptions #
Constructors
ReplCommandOptions | |
Fields
|
Instances
Show ReplCommandOptions # | |
Defined in Napkin.Cli.Repl.Types Methods showsPrec :: Int -> ReplCommandOptions -> ShowS # show :: ReplCommandOptions -> String # showList :: [ReplCommandOptions] -> ShowS # | |
Eq ReplCommandOptions # | |
Defined in Napkin.Cli.Repl.Types Methods (==) :: ReplCommandOptions -> ReplCommandOptions -> Bool # (/=) :: ReplCommandOptions -> ReplCommandOptions -> Bool # |