June
June
This is not in fact the case--`D` outputs a singleton list as desired, but Jelly [unwraps singleton lists](https://github.com/DennisMitchell/jellylanguage/blob/70c9fd93ab009c05dc396f8cc091f72b212fb188/jelly/interpreter.py#L1085) when printing them. For accurate/unambiguous representations of values, I recommend getting in...
Haven't watched the video (and sorry for the late reply), but the issue here is that Jelly doesn't parse arguments to the program the same way as it parses literals...
Oh, incidentally, if you ever want to drop by [Jelly Hypertraining](https://chat.stackexchange.com/rooms/57815/jelly-hypertraining), just let a mod know and they can unfreeze it.
Got this out of nowhere myself: ``` Version: 0.84.0.0 OS Version: Microsoft Windows NT 10.0.27768.0 IntPtr Length: 8 x64: True Date: 1/26/2025 4:14:58 PM Exception: System.Runtime.InteropServices.COMException (0x80263001): {Desktop composition is...
Is the issue with the visualization, or with the data flow? If it's the latter, it might help to know that for the stated task I have a 7-byter, but...
Have not added or updated any documentation because there is no documentation in either of the affected modules. I'm tempted to copy all of the documentation over from vanilla `Data.List`,...
Instead of replacing the existing `toUnfoldable`, this could also provide a separate `toUnfoldable1` like in Data.Array.NonEmpty. Seems a bit redundant to me, but I suppose it would also perform a...
Very strange... I [repro'd on a CI runner](https://github.com/UnrelatedString/purescript-lua-prelude/actions/runs/14159247358/job/39662452689) fine just now. Looking at the Golden Test, it appears that it uses an eta-expanded definition `eq x y = GEq.genericEq x...
Incidentally, it seems that derived Functor instances may also be faulty? Trying to map over an Either errors trying to index a function.
...and a long enough `do` block stack overflows just by the scale of the nested bind calls ;_;