CurryInfo: markdown-3.3.0 / Text.Markdown.formatMarkdownInputAsPDF

definition:
formatMarkdownInputAsPDF :: String -> IO ()
formatMarkdownInputAsPDF outfile = getContents >>= formatMarkdownAsPDF outfile
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Format the standard input (containing markdown text) as PDF.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
formatMarkdownInputAsPDF
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term