We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some of the distributions and objects are very unwieldy especially when printing to terminal IO
Inspiration: @glwagner at Oceananigans.jl
Base.show()
Base.summary()
nameof(typeof(...))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Some of the distributions and objects are very unwieldy especially when printing to terminal IO
Possible Solution
Inspiration: @glwagner at Oceananigans.jl
Base.show()
methods (and improving those that currently exist) would improve the user experience in the REPL.Base.summary()
functions which can provide something cleaner thannameof(typeof(...))
calls in error messaging etc.The text was updated successfully, but these errors were encountered: