Home
last modified time | relevance | path

Searched refs:fun_to_quoted (Results 1 – 4 of 4) sorted by relevance

/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_quote.erl2 …pe/3, linify/3, linify_with_context_counter/3, build/6, quote/6, has_unquotes/1, fun_to_quoted/1]).
230 fun_to_quoted(Function) -> function
413 true -> fun_to_quoted(Fun);
H A Delixir_expand.erl456 {elixir_quote:fun_to_quoted(Function), S, E};
/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_quote.erl2 …pe/3, linify/3, linify_with_context_counter/3, build/6, quote/6, has_unquotes/1, fun_to_quoted/1]).
230 fun_to_quoted(Function) -> function
413 true -> fun_to_quoted(Fun);
H A Delixir_expand.erl446 {elixir_quote:fun_to_quoted(Function), E};