View Source TypeResolver.Types.UnionT (TypeResolver v0.1.6)

Representation of the spec of an union-type, e.g. atom() | integer()

It consists of the following:

  • a list of the types of the union's elements

Summary

Types

@type t() :: %TypeResolver.Types.UnionT{inner: list() | nil}