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