View Source vterm_export_ext (erldist_filter v1.28.5)

Summary

Types

-type t() ::
    #vterm_export_ext{module :: vterm:atom_t(),
                      function :: vterm:atom_t(),
                      arity :: vterm:small_integer_t()}.

Functions

Link to this function

internal_vterm_to_binary(T, Opts)

View Source
-spec internal_vterm_to_binary(T, Opts) -> binary() when T :: t(), Opts :: term().
Link to this function

new(Module, Function, Arity)

View Source
-spec new(Module, Function, Arity) -> T
       when
           Module :: vterm:atom_t(),
           Function :: vterm:atom_t(),
           Arity :: vterm:small_integer_t(),
           T :: t().
Link to this function

simplify(Vterm_export_ext)

View Source
-spec simplify(t()) -> fun().