Changes between Version 5 and Version 6 of monad-parallel
- Timestamp:
- 03/22/10 00:54:03 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
monad-parallel
v5 v6 55 55 replicateM_ :: MonadParallel m => Int -> m a -> m () 56 56 }}} 57 58 == Links == 59 * Download and API documentation is available from [http://hackage.haskell.org/package/monad-parallel-0.5 Hackage] 60 * Source code repository: [http://code.haskell.org/SCC/]
