From: Siraaj Khandkar Date: Tue, 15 Sep 2015 20:49:27 +0000 (-0400) Subject: Implement (and test) hope_list:divide/2 X-Git-Tag: 3.8.0^0 X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=fcfc097ab895201de0cf21ebd89a8039b37bf25a;hp=fcfc097ab895201de0cf21ebd89a8039b37bf25a;p=hope.git Implement (and test) hope_list:divide/2 Divides list into sublists of up to a requested size + a remainder. Order unspecified. Size < 1 raises an error: hope_list__divide__size_must_be_a_positive_integer. ---