Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
readNoteM :: (Read a, Show a, MonadTest m, MonadCatch m, HasCallStack) => String -> m a Source #
Trim leading and trailing whitespace and read the string into a value. Report the read value in the test annotations.