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

Primitive types list inconsistent #1112

Closed
steffahn opened this issue Nov 28, 2021 · 0 comments · Fixed by #1118
Closed

Primitive types list inconsistent #1112

steffahn opened this issue Nov 28, 2021 · 0 comments · Fixed by #1118
Labels
A-types Area: Types Easy We believe this would not be difficult to actually fix

Comments

@steffahn
Copy link
Member

Small thing to fix, just haven’t got the time to do it myself right now.

On this page,

reference/src/types.md

Lines 14 to 18 in 8db4edd

* Primitive types:
* [Boolean]`true` or `false`
* [Numeric] — integer and float
* [Textual]`char` and `str`
* [Never]`!` — a type with no values

  • Primitive types:
    • Boolean — true or false
    • Numeric — integer and float
    • Textual — char and str
    • Never — ! — a type with no values

Every entry lists types except for Boolean which lists values. Probably better should be

  • Primitive types:
    • Boolean — bool
    • Numeric — integer and float
    • Textual — char and str
    • Never — ! — a type with no values
@ehuss ehuss added A-abi Area: ABI A-types Area: Types Easy We believe this would not be difficult to actually fix and removed A-abi Area: ABI labels Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-types Area: Types Easy We believe this would not be difficult to actually fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants