Copyright | (c) Eric Bailey 2025 |
---|---|
License | MIT |
Maintainer | eric@ericb.me |
Stability | stable |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Data.Rhythm.Binary.FoldSequences
Description
Binary fold sequences.
Ergonomic
foldSequence :: Int -> Integer -> Integer -> [Integer] Source #
See foldSequence'
.
>>>
foldSequence 7 2 3
[1,1,0,1,1,0,0]