Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Hi.CommandLineOption
Documentation
data CommandLineOption Source #
Constructors
CommandLineOption | |
Fields
|
Instances
Eq CommandLineOption Source # | |
Defined in Hi.CommandLineOption Methods (==) :: CommandLineOption -> CommandLineOption -> Bool # (/=) :: CommandLineOption -> CommandLineOption -> Bool # | |
Ord CommandLineOption Source # | |
Defined in Hi.CommandLineOption Methods compare :: CommandLineOption -> CommandLineOption -> Ordering # (<) :: CommandLineOption -> CommandLineOption -> Bool # (<=) :: CommandLineOption -> CommandLineOption -> Bool # (>) :: CommandLineOption -> CommandLineOption -> Bool # (>=) :: CommandLineOption -> CommandLineOption -> Bool # max :: CommandLineOption -> CommandLineOption -> CommandLineOption # min :: CommandLineOption -> CommandLineOption -> CommandLineOption # | |
Show CommandLineOption Source # | |
Defined in Hi.CommandLineOption Methods showsPrec :: Int -> CommandLineOption -> ShowS # show :: CommandLineOption -> String # showList :: [CommandLineOption] -> ShowS # |
defaultRepo :: String Source #