Current section

Files

Jump to
algae lib algae id.ex
Raw

lib/algae/id.ex

defmodule Algae.Id do
@moduledoc ~S"""
The simplest ADT: a simple wrapper for some data
## Examples
%Algae.Id{id: "hi!"}
"""
import Algae
defdata any()
end