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/tree/rose/applicative.ex
import TypeClass
definst Witchcraft.Applicative, for: Algae.Tree.Rose do
def of(_, value), do: Algae.Tree.Rose.new(value)
end