| ... | ... | @@ -21,4 +21,9 @@ replicateM, replicateM_, repeatM, repeatM_ |
|
|
|
-- | 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 |
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
toMaybe :: Bool → a → Maybe a (added to Maybe library)
|
|
|
|
|
|
|
|
|