Skip to content

Commit

Permalink
automated reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Jan 28, 2025
1 parent a21a75e commit eab7f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sound/Tidal/Pattern.hs
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ applyPatToPatSqueeze pf px = squeezeJoin $ (\f -> f <$> px) <$> pf
-- as @innerJoin@, @innerJoin@ and @squeezeJoin@.

instance Monad Pattern where
return = pure
p >>= f = unwrap (f <$> p)
return = pure
p >>= f = unwrap (f <$> p)

-- | Turns a pattern of patterns into a single pattern.
-- (this is actually 'join')
Expand Down

0 comments on commit eab7f2d

Please sign in to comment.