Home
last modified time | relevance | path

Searched refs:extract_or_guards (Results 1 – 2 of 2) sorted by relevance

/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_utils.erl52 extract_guards({'when', _, [Left, Right]}) -> {Left, extract_or_guards(Right)};
55 extract_or_guards({'when', _, [Left, Right]}) -> [Left | extract_or_guards(Right)]; function
56 extract_or_guards(Term) -> [Term]. function
62 {Left, extract_or_guards(Right)};
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_utils.erl52 extract_guards({'when', _, [Left, Right]}) -> {Left, extract_or_guards(Right)};
55 extract_or_guards({'when', _, [Left, Right]}) -> [Left | extract_or_guards(Right)]; function
56 extract_or_guards(Term) -> [Term]. function
62 {Left, extract_or_guards(Right)};