| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
EnvStatus.Output.Types
Documentation
data OutputFormat Source #
Instances
| Read OutputFormat Source # | |
Defined in EnvStatus.Output.Types Methods readsPrec :: Int -> ReadS OutputFormat # readList :: ReadS [OutputFormat] # | |
| Show OutputFormat Source # | |
Defined in EnvStatus.Output.Types Methods showsPrec :: Int -> OutputFormat -> ShowS # show :: OutputFormat -> String # showList :: [OutputFormat] -> ShowS # | |
Constructors
| Raw String | |
| SubCommand String |