tidal 0.3.7 → 0.3.8
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Sound/Tidal/Pattern.hs +1/−1
- tidal.cabal +1/−1
Sound/Tidal/Pattern.hs view
@@ -55,7 +55,7 @@ -- | @mappend@ is a synonym for @overlay@. instance Monoid (Pattern a) where mempty = silence- mappend = append+ mappend = overlay instance Monad Pattern where
tidal.cabal view
@@ -1,5 +1,5 @@ name: tidal-version: 0.3.7+version: 0.3.8 synopsis: Pattern language for improvised music -- description: homepage: http://yaxu.org/tidal/