Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data HistoryCommandOptions #
Instances
Eq HistoryCommandOptions # | |
Defined in Napkin.Cli.History.Types (==) :: HistoryCommandOptions -> HistoryCommandOptions -> Bool # (/=) :: HistoryCommandOptions -> HistoryCommandOptions -> Bool # | |
Show HistoryCommandOptions # | |
Defined in Napkin.Cli.History.Types showsPrec :: Int -> HistoryCommandOptions -> ShowS # show :: HistoryCommandOptions -> String # showList :: [HistoryCommandOptions] -> ShowS # |
data HistorySubCommand #
Instances
Eq HistorySubCommand # | |
Defined in Napkin.Cli.History.Types (==) :: HistorySubCommand -> HistorySubCommand -> Bool # (/=) :: HistorySubCommand -> HistorySubCommand -> Bool # | |
Show HistorySubCommand # | |
Defined in Napkin.Cli.History.Types showsPrec :: Int -> HistorySubCommand -> ShowS # show :: HistorySubCommand -> String # showList :: [HistorySubCommand] -> ShowS # |