definition: |
quotInteger :: BinInt -> BinInt -> BinInt quotInteger x y = fst (quotRemInteger x y) |
demand: |
arguments 1 2 |
deterministic: |
deterministic operation |
documentation: |
--- Integer quotient, truncated towards zero. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
quotInteger |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
BinInt -> BinInt -> BinInt |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |