Tidal icon indicating copy to clipboard operation
Tidal copied to clipboard

Make `ghost'` and `ghost''` parameters patternable

Open cleary opened this issue 3 years ago • 0 comments

Type: ghost' :: Time -> Pattern ValueMap -> Pattern ValueMap
Type: ghost'' :: Time -> (Pattern a -> Pattern a) -> Pattern a -> Pattern a

Both functions return an error when trying to pattern the Time parameter - it'd be nice if this were possible :)

cleary avatar Oct 20 '22 23:10 cleary