Skip to content

Wrong signature of scanr specified #114

Description

@pier-bezuhoff

in prelude
invalid signature of scanr specified
Now:
(a → b → b) → b → [a] → [b]
Should be:
(b → a → b) → b → [a] → [b]
I guess, it had been copied from haskell prelude,
but here it's implemented differently

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions