Felix Roos f2acc12174 build
2022-02-13 21:48:51 +01:00

6 lines
193 B
JavaScript

import {Pattern as _Pattern} from "../_snowpack/link/strudel.js";
const Pattern = _Pattern;
Pattern.prototype.groove = function(groove) {
return groove.fmap(() => (v) => v).appLeft(this);
};