CurryInfo: ninja-3.0.0 / Ninja.Pretty.ppDef

definition:
ppDef :: Def -> Doc
ppDef (k,v) = text k <+> equals <+> text v
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Render a defintion
--- @param def the definition
--- @return    the rendered definition
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({(,)}) |-> _}
name:
ppDef
precedence:
no precedence defined
result-values:
_
signature:
(String, String) -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term