Croma.Result.pure

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

Specs

pure(a) :: t(a) when a: any()

Implementation of pure operation of Monad (or Applicative). Wraps the given value into a Croma.Result, i.e., returns {:ok, arg}.