Skip to content

Add foldr1 and foldl1 members to Foldable instance #38

Description

@JordanMartinez

This repo now fails to build due to the changes made in foldable-traversable. See https://travis-ci.org/github/purescript/purescript-unfoldable/builds/735873107#L722

  The following type class members have not been implemented:

  foldr1 :: forall a0. (a0 -> a0 -> a0) -> Tuple a a0 -> a0

  foldl1 :: forall a0. (a0 -> a0 -> a0) -> Tuple a a0 -> a0

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