definition: |
genUnit :: SearchTree () genUnit = Value () |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Generates a search tree for the unit values. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Value}} |
name: |
genUnit |
precedence: |
no precedence defined |
result-values: |
{Value} |
signature: |
Control.SearchTree.SearchTree () |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |