Skip to content

Primitive types list inconsistent #1112

Closed
@steffahn

Description

@steffahn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-typesArea: TypesEasyWe believe this would not be difficult to actually fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions