upFromIncluding :: ∀ a u. Enum a => Unfoldable u => a -> NonEmpty u a
safareli opened this issue · 2 comments
safareli commented
Thoughts on adding this?
upFromIncluding :: ∀ a u. Enum a => Unfoldable u => a -> NonEmpty u a
upFromIncluding x = NonEmpty x $ upFrom xpaf31 commented
upFrom x doesn't start at x actually.
safareli commented
I'm surprised
upFrom xdoesn't start at x actually.
Yes that was not expecting for me too. but this way upFromIncluding has much correct type :d