Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module provides simple IO functions to operate with command line programs.
Synopsis
- errorString :: InterpreterError -> String
- say :: String -> Interpreter ()
Documentation
errorString :: InterpreterError -> String Source #
Transforms an InterpreterError into a string.
say :: String -> Interpreter () Source #
Lifts putStrLn to the Interpreter.