CurryInfo: searchtree-3.0.0 / Control.SearchTree.Generators.genMaybe

definition:
genMaybe :: SearchTree a -> SearchTree (Maybe a)
genMaybe genx = Value Nothing ||| genCons1 Just genx
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Generates a search tree for `Maybe` values where the search tree for
--- the possible element is given as a parameter.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {Or}}
name:
genMaybe
precedence:
no precedence defined
result-values:
{Or}
signature:
Control.SearchTree.SearchTree a
-> Control.SearchTree.SearchTree (Prelude.Maybe a)
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms