[refactoring] remove Prelude.read which causes difficult to debug errors
Instead use Text.Read.readMaybe and panic with custom error message.
Showing
Please register or sign in to comment
Instead use Text.Read.readMaybe and panic with custom error message.