Algae v0.12.2 Algae.Free.Deep View Source

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 type t() View Source
t() :: %Algae.Free.Deep{deep: any, deeper: Algae.Free.t}