RTypes v0.1.1 ComplexTypes View Source

Link to this section Summary

Link to this section Types

Link to this type

type_complex_map() View Source
type_complex_map() :: %{
  key1: [GenericTypes.type_generic(atom(), String.t())],
  key2: pos_integer()
}

Link to this type

type_recursive(a) View Source
type_recursive(a) :: nil | {a, type_recursive(a)}

Link to this type

type_union(a, b) View Source
type_union(a, b) :: {:ok, a} | {:error, b}