Croma.ListMonad.map

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

Specs

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

Default implementation of Functor's fmap operation. Modules that implement Croma.Monad may override this default implementation. Note that the order of arguments is different from the Haskell counterpart, in order to leverage Elixir's pipe operator |>.