CurryInfo: markdown-3.3.0 / Text.Markdown.formatMarkdownFileAsPDF

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