Croma.ListMonad.bind

You're seeing just the function bind, go back to Croma.ListMonad module for more information.

Specs

bind(t(a), (a -> t(b))) :: t(b) when a: any(), b: any()

Implementation of bind operation of Monad. Alias to Enum.flat_map/2.