this fileisa consolidation of the official tidalCycles documentation : https://tidalcycles.org/index.php/Userbase
type Time = Rational
## CORE
*(<~)*:: Pattern Time -> Pattern a -> Pattern a <~ isan operator that shifts a pattern backward in time, by the given amount. For example, to shift a pattern by a quarter of a cycle, every fourth cycle: d1 $ every 4 (0.25 <~) $ sound ("arpy arpy:1 arpy:2 arpy:3") Or to alternate between different shifts: d1 $ "<0 0.5 0.125>" <~ sound ("arpy arpy:1 arpy:2 arpy:3")