So I have defined a function like this one below:
myFunction :: String -> Either String MyType
I am reading String until the end. Le
Le