CurryInfo: base-3.4.0 / Control.Search.SearchTree.someSearchTree

definition: Info
 
someSearchTree :: a -> SearchTree a
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
| Internal operation to return the search tree for some expression.
  Note that this operation is not purely declarative since
  the ordering in the resulting search tree depends on the
  ordering of the program rules.

  Note that in PAKCS the search tree is just a degenerated tree
  representing all values of the argument expression
  and it is computed at once (i.e., not lazily!).
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 someSearchTree
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 a -> SearchTree a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms