| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Napkin.Cli.ListTables.Types
Documentation
data ListTablesColor #
Constructors
| ListTablesColored | |
| ListTablesPlain |
Instances
| Show ListTablesColor # | |
Defined in Napkin.Cli.ListTables.Types Methods showsPrec :: Int -> ListTablesColor -> ShowS # show :: ListTablesColor -> String # showList :: [ListTablesColor] -> ShowS # | |
| Eq ListTablesColor # | |
Defined in Napkin.Cli.ListTables.Types Methods (==) :: ListTablesColor -> ListTablesColor -> Bool # (/=) :: ListTablesColor -> ListTablesColor -> Bool # | |
data ListCommandOptions #
Constructors
| ListCommandOptions | |
Instances
| Show ListCommandOptions # | |
Defined in Napkin.Cli.ListTables.Types Methods showsPrec :: Int -> ListCommandOptions -> ShowS # show :: ListCommandOptions -> String # showList :: [ListCommandOptions] -> ShowS # | |