CurryInfo: searchtree-3.0.0 / Control.SearchTree.getSearchTree

definition:
getSearchTree :: a -> IO (SearchTree a)
getSearchTree x = return (someSearchTree x)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns the search tree for some expression.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getSearchTree
precedence:
no precedence defined
result-values:
_
signature:
a -> Prelude.IO (SearchTree a)
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms