CurryInfo: searchtree-unsafe-3.0.0 / Control.Search.SearchTree.Unsafe.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:
 might be indeterministic
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