CurryInfo: verify-non-fail-2.0.0 / Verify.Helpers.isFreshVarPos

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