definition: |
getSemRep :: (res, Graph t) -> res getSemRep (r,_) = r |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Access the semantic representation of the result of a graph parser. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> _} |
name: |
getSemRep |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
(a, [(b, [Prelude.Int])]) -> a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |