Packages
doma_algae
1.3.2-doma
Bootstrapped algebraic data types for Elixir, forked by doma for maintenance and testing packagesets
Current section
Files
Jump to
Current section
Files
lib/algae/id/foldable.ex
import TypeClass
definst Witchcraft.Foldable, for: Algae.Id do
def right_fold(%{id: data}, seed, fun), do: fun.(data, seed)
end