smallcheck v1.1.5 Release Notes

    • ➕ Add limit :: Monad m => Int -> Series m a -> Series m a
    • ➕ Add genericSeries and genericCoseries, so that you can use the generic implementations more flexibly. Previously, the generic implementation was only avaialable as the default method for series/coseries but not as standalone functions.