noether icon indicating copy to clipboard operation
noether copied to clipboard

Algebra utilities for Elixir

Results 2 noether issues
Sort by recently updated
recently updated
newest added

PR #29 highlighted how there's a set of functions from Scala\Haskell that we haven't considered. In particular `Try.map` from Scala acts as a functor on `Try` objects, applying a function...

question

Big picture: having a function that applies another function on each element until it results in an `{:ok, a}` and stops at that point. Example: find the first format that...