definition:
|
progInfo2Lists :: ProgInfo a -> ([(QName,a)],[(QName,a)])
progInfo2Lists (ProgInfo map1 map2) = (toList map1, toList map2)
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Transforms a program information into a pair of lists
--- containing the information about public and private entities.
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({ProgInfo}) |-> {(,)}}
|
name:
|
progInfo2Lists
|
precedence:
|
no precedence defined
|
result-values:
|
{(,)}
|
signature:
|
ProgInfo a -> ([((String, String), a)], [((String, String), a)])
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|