CurryInfo: prolog-3.0.0 / Language.Prolog.Show.showPlProg

definition:
showPlProg :: [PlClause] -> String
showPlProg clauses = unlines $ map (showPlClause . optimizeClause) clauses
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
----------------------------------------------------------------------------
--- Shows a Prolog program in standard Prolog syntax.
--- The clauses are also optimized by removing superfluous unification
--- literals.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
showPlProg
precedence:
no precedence defined
result-values:
_
signature:
[Language.Prolog.Types.PlClause] -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term