Error handling in Haskell - VideoChat

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sridhar Ratnakumar

Anybody would be interested in pairing with me on this? https://github.com/srid/neuron/issues/120

Don't error from lookupStore. Propagate the error appropriately, and handle it at a higher level when reporting to the user in proper context. Use data types instead of Text for individual erro...