Current section
Files
Jump to
Current section
Files
lib/fun_land/builtin/pid.ex
defmodule FunLand.Builtin.PID do
@moduledoc """
Delegation module to be invoked when one of the FunLand behaviour-specifications is called with a PID as argument.
As far as currently known, there is no way to implement one or multiple of the Algebraic Data Type behaviours for a PID.
Therefore, this module is empty.
"""
end