Algae.Id (Algae v1.3.1) View Source
The simplest ADT: a simple wrapper for some data
Examples
iex> %Algae.Id{id: "hi!"}
%Algae.Id{id: "hi!"}
Link to this section Summary
Link to this section Types
Specs
t() :: %Algae.Id{id: any()}
The simplest ADT: a simple wrapper for some data
iex> %Algae.Id{id: "hi!"}
%Algae.Id{id: "hi!"}
t() :: %Algae.Id{id: any()}