Skip to content

Documentation for Foldable1 doesn't state which combinations of default implementations are unsafe to use together #117

@triallax

Description

@triallax

Quote from the Foldable1 class documentation:

Note: some combinations of the default implementations are unsafe to use together - causing a non-terminating mutually recursive cycle. These combinations are documented per function.

However, the docs for fold1Default and foldMap1Default state nothing about this. Reading the source code of those functions, it is clear that both are unsafe to use together.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions