Portability | portable |
---|---|
Stability | experimental |
Maintainer | Drew Day <drewday@gmail.com> |
Safe Haskell | Safe-Infered |
Thread
Description
Code adapted from: http://web.engr.oregonstate.edu/~erwig/meta/
Documentation (and further updates in technique) forthcoming.
Documentation
threadList' :: Collect r c -> Split t i r -> [i] -> t -> (c, t)Source
threadList :: Collect r c -> Split t i r -> [i] -> t -> (c, t)Source
threadMaybe :: (i -> r -> a) -> Split t i r -> SplitM t j i -> SplitM t j aSource