ITF.Value (itf v0.1.0)

Copy Markdown View Source

Types produced when ITF expressions are decoded.

Summary

Types

t()

@type t() ::
  boolean()
  | String.t()
  | integer()
  | [t()]
  | %{required(String.t()) => t()}
  | ITF.Tuple.t()
  | ITF.Set.t()
  | ITF.Map.t()
  | ITF.Variant.t()
  | ITF.Unserializable.t()