Skip to content

Commit

Permalink
fix type signature
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Dec 23, 2022
1 parent 1d3a3f9 commit 58fab23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sound/Tidal/Chords.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ minor11 :: Num a => [a]
minor11 = [0,3,7,10,14,17]
minor13 :: Num a => [a]
minor13 = [0,3,7,10,14,17,21]
minorMajor7 :: Numa => [a]
minorMajor7 :: Num a => [a]
minorMajor7 = [0,3,7,11]
-- other chords
one :: Num a => [a]
Expand Down

0 comments on commit 58fab23

Please sign in to comment.