Packages
doma_algae
1.3.1-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/comonad.ex
import TypeClass
definst Witchcraft.Comonad, for: Algae.Id do
def extract(%{id: inner}), do: inner
end