Skip to content

Recursive type alias in Html module's documentation #255

Description

@wombatbuddy

In the source code of the Html module the "Attribute msg" alias is declared as follows:

type alias Attribute msg = VirtualDom.Attribute msg

But in the documentation we see the following definition:

type alias Attribute msg = Attribute msg

It looks like the "Recursive type aliases" and may be confusing for newbies.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions