>>> readMaybe ("123" :: Text) :: Maybe Int Just 123
>>> readMaybe ("hello" :: Text) :: Maybe Int Nothing