definition: |
mod2 :: Nat -> BinInt mod2 IHi = Pos IHi mod2 (O _) = Zero mod2 (I _) = Pos IHi |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Modulo by 2 |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({IHi}) |-> {Pos} || ({O}) |-> {Zero} || ({I}) |-> {Pos}} |
name: |
mod2 |
precedence: |
no precedence defined |
result-values: |
{Pos,Zero} |
signature: |
Nat -> BinInt |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |