definition: |
isFreshVarPos :: Pos -> Bool isFreshVarPos = null |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Is a variable position the position of a fresh variable, i.e., --- a variable which does not occur in the left-hand side? |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {null}} |
name: |
isFreshVarPos |
precedence: |
no precedence defined |
result-values: |
{null} |
signature: |
[Prelude.Int] -> Prelude.Bool |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |