Skip to content

Names of functions from the standard library should be hyperlinks to standard library docs #238

@kukimik

Description

@kukimik

I suggest to add hyperlinks to relevant sections of https://api.flix.dev/ whenever functions or modules from the standard library are mentioned.

For example, the paragraph on Additional Array Operations:

The Array module offers an extensive collection of functions for working with arrays. For example, Array.append, Array.copyOfRange, Array.findLeft, Array.findRight, Array.sortWith, and Array.sortBy to name a few. In total, the module offers more than 100 functions ready for use.

could be rendered as:

The Array module offers an extensive collection of functions for working with arrays. For example, Array.append, Array.copyOfRange, Array.findLeft, Array.findRight, Array.sortWith, and Array.sortBy to name a few. In total, the module offers more than 100 functions ready for use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    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