Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
heftia Control.Monad.Hefty No documentation available.
-
heftia Control.Monad.Hefty No documentation available.
-
heftia Control.Monad.Hefty No documentation available.
-
heftia Control.Monad.Hefty.Interpret.State No documentation available.
-
heftia Control.Monad.Hefty.Interpret.State No documentation available.
-
heftia Control.Monad.Hefty.Interpret.State No documentation available.
-
heftia Control.Monad.Hefty.Interpret.State No documentation available.
-
heftia Control.Monad.Hefty.Interpret.State No documentation available.
-
monad-par-extras Control.Monad.Par.State A type in SplittableState is meant to be added to a Par monad using StateT. It works like any other state except at fork points, where the runtime system splits the state using splitState. Common examples for applications of SplittableState would include (1) routing a splittable random number generator through a parallel computation, and (2) keeping a tree-index that locates the current computation within the binary tree of forks. Also, it is possible to simply duplicate the state at all fork points, enabling "thread local" copies of the state. The limitation of this approach is that the splitting method is fixed, and the same at all fork points.
splitState :: SplittableState a => a -> (a, a)monad-par-extras Control.Monad.Par.State No documentation available.