mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-28 07:46:45 -04:00
remove possibly not needed alt
This commit is contained in:
@@ -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()));
|
||||
Reference in New Issue
Block a user