definition: |
below :: Pos -> Pos -> Bool below = flip above |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Checks whether the first position is below the second position. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {flip}} |
name: |
below |
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: |
reducible on all ground data terms |