definition: |
showPlGoals :: [PlGoal] -> String showPlGoals gs = intercalate ", " (map showPlGoal gs) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Shows a list of Prolog goals in standard Prolog syntax. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
showPlGoals |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[Language.Prolog.Types.PlGoal] -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |