-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Parallel Tree Search -- -- This Haskell library provides an implementation of parallel search -- based on the search tree provided by the package tree-monad. @package parallel-tree-search @version 0.4 -- | This Haskell library provides an implementation of parallel search -- based on the search tree provided by the package tree-monad. module Control.Concurrent.ParallelTreeSearch -- | Enumerate the leaves of a SearchTree using parallel -- depth-first search. parSearch :: SearchTree a -> [a]