diff --git a/src/List/Extra.elm b/src/List/Extra.elm index 99e6b11..2263c3b 100644 --- a/src/List/Extra.elm +++ b/src/List/Extra.elm @@ -62,6 +62,8 @@ module List.Extra exposing # Split to groups of given size +> Note that (due to their usage of `List.take` from _elm/core_) the following functions are not always **strictly tail recursive**. For some large tasks it is possible you may run into runtime errors by exceeding the maximum call stack size. For help in this look [here](https://github.com/elm-community/list-extra/issues/164) and [here](https://github.com/billstclair/elm-crypto-string/issues/10). + @docs groupsOf, groupsOfWithStep, groupsOfVarying, greedyGroupsOf, greedyGroupsOfWithStep