Skip to content

Disallow keywords as identifiers in hints unless within backticks #126

@duckmatt

Description

@duckmatt

For example it's currently possible to write hints such as

fun () ===> fun _

This confusingly checks for application of unit to an identifier fun. To avoid any confusion, keywords should only be allowed as identifiers when in back ticks, e.g. that hint should have to be:

``fun`` () ===> ``fun`` _

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions