-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error printing return value of try monad in REPL #232
Comments
I see this too:
|
After a little more trial and error if found the following. It works if you dereference the values with "@" like so:
I guess its intended that way. |
This is a side-effect of adding I don't know if this is a good solution, but I was able to get around it like this:
This is what printed to the
|
Using cats in CIDER + nREPL yields:
The text was updated successfully, but these errors were encountered: