Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
warningMess :: String -> IO () Source #
Display a warning message
messageMess :: String -> IO () Source #
Display some informational message.
htkPresent :: IO Bool Source #
If True, indicates that the flag corresponding to a graphical mode has been set. This is used occasionally for deciding whether to ask the user something on stdout, stdin or via a window.
textQuery :: String -> IO String Source #
queries the user on stdout getting the answer from stdin. Leading and trailing spaces are trimmed from the result.
errorMess2 :: String -> IO () Source #
Display a series of one-line messages, separated by newline characters, attempting to combine them together and eliminate duplicates as much as possible. If other identical messages come in while the error message is being delayed, we throw them away.
setMessFns :: MessFns -> IO () Source #