Algae v0.12.2 Algae.Free View Source

A “free” structure, similar to lists

Shallow

Shallow holds a plain value

Deep

Deep holds two values: a value (often a functor) in deep, and another Algae.Free.t in deeper

%Free.Deep{
  deep:   %Id{id: 42},
  deeper: %Free.Shallow{shallow: "Terminus"}
}

Link to this section Summary

Link to this section Types

Link to this section Functions