We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21a75e commit eab7f2dCopy full SHA for eab7f2d
1 file changed
src/Sound/Tidal/Pattern.hs
@@ -212,8 +212,8 @@ applyPatToPatSqueeze pf px = squeezeJoin $ (\f -> f <$> px) <$> pf
212
-- as @innerJoin@, @innerJoin@ and @squeezeJoin@.
213
214
instance Monad Pattern where
215
- return = pure
216
- p >>= f = unwrap (f <$> p)
+ return = pure
+ p >>= f = unwrap (f <$> p)
217
218
-- | Turns a pattern of patterns into a single pattern.
219
-- (this is actually 'join')
0 commit comments