Skip to content

Definition on length incorrect in one spot #25

@callendorph

Description

@callendorph

At this line in the docs:

| <span class="k">_</span> :: tl -&gt; length tl

The recursive definition of length is missing the 1 + ... that is present in the previous definition here:

| <span class="k">_</span> :: tl -&gt; <span class="m">1</span> + length tl

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