essence-of-live-coding-0.2.0.1: General purpose live coding framework
LiveCoding.Cell.Util
sumFrom :: Monad m => Integer -> Cell m Integer Integer Source #
Sum all past inputs, starting by the given number
count :: Monad m => Cell m a Integer Source #
Count the number of ticks, starting at 0