June

Results 4 issues of June

I ran from the command line to see what the error is, and it turns out this is a known issue with first-party Java libraries: https://github.com/apache/netbeans/discussions/6361 The fix is presumably...

**Description of the change** Modified `toUnfoldable` in `Data.List.NonEmpty` and `Data.List.Lazy.NonEmpty` to have the signature `toUnfoldable :: forall f. Unfoldable1 f => NonEmptyList ~> f`, and reimplemented it accordingly. Additionally added...

As the title says. I tried to get tests working for the Prelude, and I was mostly successful, with the caveat that the inclusion of the Generic tests causes a...

**Description of the change** Rewrote the faulty ```purescript instance applyNonEmptyList :: Apply NonEmptyList where apply (NonEmptyList (f :| fs)) (NonEmptyList (a :| as)) = NonEmptyList (f a :| (fs a...