Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data Mode
- fromString :: MonadThrow m => String -> m Mode
Documentation
Represents the mode of the command line utility.
fromString :: MonadThrow m => String -> m Mode Source #
Attempts to parse a string as a mode.