definition:
|
ppImplementation :: Options -> IMethodImpl -> Doc
ppImplementation opts (id, ari) =
ppIdent opts 1 id <+>
(if optWithArity opts then ppArity opts ari else empty)
|
demand:
|
argument 2
|
deterministic:
|
deterministic operation
|
documentation:
|
--- pretty-print a method implementation
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{(,)}) |-> _}
|
name:
|
ppImplementation
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
Options -> (CurryInterface.Types.Ident, Prelude.Int) -> Text.PrettyImpl.Doc
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|