definition:
|
lists2ProgInfo :: ([(QName,a)],[(QName,a)]) -> ProgInfo a
lists2ProgInfo (xs,ys) = ProgInfo (fromList xs) (fromList ys)
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Converts a public and a private analysis list into a program info.
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({(,)}) |-> {ProgInfo}}
|
name:
|
lists2ProgInfo
|
precedence:
|
no precedence defined
|
result-values:
|
{ProgInfo}
|
signature:
|
([((String, String), a)], [((String, String), a)]) -> ProgInfo a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|