| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Napkin.Cli.Dump.Types
Description
Documentation
data DumpCommandOptions #
Constructors
| DumpCommandOptions | |
Instances
| Eq DumpCommandOptions # | |
Defined in Napkin.Cli.Dump.Types Methods (==) :: DumpCommandOptions -> DumpCommandOptions -> Bool # (/=) :: DumpCommandOptions -> DumpCommandOptions -> Bool # | |
| Show DumpCommandOptions # | |
Defined in Napkin.Cli.Dump.Types Methods showsPrec :: Int -> DumpCommandOptions -> ShowS # show :: DumpCommandOptions -> String # showList :: [DumpCommandOptions] -> ShowS # | |