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

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