CurryInfo: ninja-3.0.0 / Ninja.Pretty.ppFile

definition:
ppFile :: File -> Doc
ppFile (File decls) = (vsepBlank $ map ppDecl decls) <> hardline
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Render a Ninja file to a Pretty-Doc
--- @param file the abstract Ninja file representation
--- @return     the rendered Ninja file
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({File}) |-> _}
name:
ppFile
precedence:
no precedence defined
result-values:
_
signature:
Ninja.Types.File -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term