ddc-driver-0.4.3.1: Disciplined Disciple Compiler top-level driver.

Safe HaskellSafe
LanguageHaskell98

DDC.Driver.Output

Synopsis

Documentation

outDoc :: Doc -> IO () Source #

Output a document to the console.

outDocLn :: Doc -> IO () Source #

Output a document and newline to the console.

outStr :: String -> IO () Source #

Output a string to the console.

outStrLn :: String -> IO () Source #

Output a string and newline to the console.

chatStrLn :: String -> IO () Source #

Output chatty ok type responses. These are only displayed in the Interactive and Batch interfaces.