definition: |
genInt :: SearchTree Int genInt = Or genNat (Or (Value 0) (valsTo genNat (Value . (0 -)))) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Generates a search tree for integer values. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Or}} |
name: |
genInt |
precedence: |
no precedence defined |
result-values: |
{Or} |
signature: |
Control.SearchTree.SearchTree Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |