| ... | ... | @@ -13,11 +13,8 @@ This should be a list of minor (mostly) backwards compatable changes to the stan |
|
|
|
replicateM, replicateM_, repeatM, repeatM_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readM :: (Read a, Monad m) ⇒ String → m a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the generalization of readIO. readIO can be deprecated if wished if this is included.
|
|
|
|
|
|
|
|
|
|
|
|
```wiki
|
|
|
|
-- | the generalization of readIO. readIO can be deprecated if wished if this is included.
|
|
|
|
readM :: (Read a, Monad m) => String -> m a
|
|
|
|
readM = ...
|
|
|
|
``` |
|
|
\ No newline at end of file |