Module that represents any Elixir term.
Always returns true Intended to be used with other parts of croma to express variables with any type.
true
any
@type t() :: any()
@spec valid?(term()) :: boolean()