Skip to content

Allow \to or \mapsto for -> in anonymous functions #53053

Open

Description

I think it would help to have cleaner code if we could write

map!(x \to x^2, A) # where \to is replaced by its symbol

instead of

map!(x -> x^2, A)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    parserLanguage parsing and surface syntaxunicodeRelated to unicode characters and encodings

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions