On Tue, Jul 9, 2024 at 2:46 PM Sven Schreiber
<sven.schreiber(a)fu-berlin.de> wrote:
here's a problem with the relatively recent "empty" initializer keyword:
<hansl>
bundle hey = empty # works
bundle aha = 1==1 ? _() : _() # works
bundle ho = 5==4 ? empty : _() # fails
</hansl>
I guess this is just the parser lagging behind a little, and it should
be supported?
Yes, that's now supported in git.
Allin