You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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