CurryInfo: rewriting-3.0.0 / Rewriting.Position.above

definition:
above :: Pos -> Pos -> Bool
above = isPrefixOf
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Checks whether the first position is above the second position.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {isPrefixOf}}
name:
above
precedence:
no precedence defined
result-values:
{isPrefixOf}
signature:
[Prelude.Int] -> [Prelude.Int] -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms