You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
GHCi, version 9.10.1: https://www.haskell.org/ghc/ :? for help
ghci> import Sound.Tidal.Context
ghci> :set -XOverloadedStrings
ghci> :t spread' slow "2 4%3" $ sound "ho ho:2 ho:3 hc"
<interactive>:1:14: error: [GHC-39999]
• No instance for ‘Enumerable (Pattern Time)’
arising from the literal ‘"2 4%3"’
• In the second argument of ‘spread'’, namely ‘"2 4%3"’
In the first argument of ‘($)’, namely ‘spread' slow "2 4%3"’
In the expression: spread' slow "2 4%3" $ sound "ho ho:2 ho:3 hc"