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