| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Napkin.Cli.Repl.Types
Description
Documentation
newtype 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 # | |