| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Language.Haskell.Formatter
Description
- data Error
- isAssertionError :: Error -> Bool
- defaultFormat :: String -> Either Error String
- format :: Configuration -> String -> Either Error String
- createStreamName :: String -> StreamName
- standardInput :: StreamName
- data StreamName
Documentation
isAssertionError :: Error -> Bool Source
createStreamName :: String -> StreamName Source
Creates a StreamName. show is guaranteed to return this string.
show (createStreamName s) == s
standardInput :: StreamName Source
The standard input stream (stdin).
data StreamName Source
An informal reference to a data stream. For example, this could be the name of a file stream to be used in error messages.
Instances