remove possibly not needed alt

This commit is contained in:
Jade (Rose) Rowland 2025-01-15 23:30:56 -05:00
parent 7b6074ccef
commit c33c8b5469

View File

@ -3118,4 +3118,4 @@ const __beat = join => (t, div, pat) => {
return join(pat.fmap(x => pure(x)._compress(b,e)));
}
export const {beat, beatOut} = register(['beat', 'beatOut'], __beat(x => x.innerJoin()));
export const {beat} = register(['beat'], __beat(x => x.innerJoin()));