Packages

A framework for causal induction through imagination, forming a closed logical manifold across discrete structures.

Current section

Files

Jump to
mycelium lib mycelium.ex
Raw

lib/mycelium.ex

defmodule Mycelium do
@moduledoc """
Documentation for `Mycelium`.
"""
@doc """
Hello world.
## Examples
iex> Mycelium.hello()
:world
"""
def hello do
:world
end
end