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