úÎ ; / Safe-Inferred©ByteString and Text reading using MonadPlus to handle parse failure. On error, fromText and fromBS will return mzero. You can use mplus to provide fallback defaults.&Reads data from a Text representation.ÿ-Reads data from a UTF8 encoded ByteString. The default implementation of this function simply decodes with UTF-8 and then calls the fromText function. If decoding fails, mzero will be returned. You can provide your own implementation if you need different behavior such as not decoding to UTF8.,Fails if the input wasn't parsed completely.       readable-0.3.1 Data.ReadableReadablefromTextfromBS checkCompletehushPlus$fReadableWord64$fReadableWord32$fReadableWord16$fReadableWord8$fReadableInt64$fReadableInt32$fReadableInt16$fReadableInt8$fReadableBool$fReadableDouble$fReadableFloat$fReadableInteger $fReadableInt$fReadableText$fReadableByteString