Search
-type t() :: #vterm_lazy_term{}.
-spec internal_vterm_to_binary(T, Opts) -> binary() when T :: t(), Opts :: term().
-spec new(Slice) -> T when Slice :: binary(), T :: t().
-spec simplify(T) -> term() when T :: t().