CurryInfo: markdown-3.3.0 / Text.Markdown.markdownText2CompleteLaTeX

definition:
markdownText2CompleteLaTeX :: String -> String
markdownText2CompleteLaTeX mds =
  latexHeader ++ mdDoc2latex text2latex (fromMarkdownText mds) ++
  "\\end{document}\n"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Translate a markdown text into a complete LaTeX document
--- that can be formatted as a standalone document.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
markdownText2CompleteLaTeX
precedence:
no precedence defined
result-values:
_
signature:
String -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term