>>> readEither "123" :: Either Text Int Right 123
>>> readEither "hello" :: Either Text Int Left "Prelude.read: no parse"