Packages

FunLand adds Behaviours to define Algebraic Data Types ('Container' data types) to Elixir, such as Functors, Monoids and Monads.

Current section

Files

Jump to
fun_land lib fun_land builtin atom.ex
Raw

lib/fun_land/builtin/atom.ex

defmodule FunLand.Builtin.Atom do
@moduledoc """
Delegation module to be invoked when one of the FunLand behaviour-specifications is called with an Atom as argument.
As far as currently known, there is no way to implement one or multiple of the Algebraic Data Type behaviours for an Atom.
Therefore, this module is empty.
"""
end