RTypes v0.2.0 Complex View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %{a: ta(), b: tb()}

Link to this type

ta() View Source
ta() ::
  {:tag1, Keyword.t()}
  | {:tag2, {pos_integer(), String.t()}}
  | {:tag3, Keyword.t(arity())}

Link to this type

tb() View Source
tb() ::
  :nothing | {:something, term()} | [%{x: 1..200, y: [{pid(), reference()}]}]

Link to this section Functions