Skip to content
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

Display type when inspecting numbers #4747

Merged
merged 1 commit into from Aug 18, 2017

Conversation

RX14
Copy link
Contributor

@RX14 RX14 commented Jul 25, 2017

When inspecting, it's useful to know the type. As far as I can see, numbers are the only literal types where you can't work out the type when inspecting, and most non-literals use the default inspect format which includes the type name. I don't show type information on Int32 or Float64 as they are the default types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants