Home
last modified time | relevance | path

Searched defs: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.erl55 extract_or_guards({'when', _, [Left, Right]}) -> [Left | extract_or_guards(Right)]; function
56 extract_or_guards(Term) -> [Term]. function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_utils.erl55 extract_or_guards({'when', _, [Left, Right]}) -> [Left | extract_or_guards(Right)]; function
56 extract_or_guards(Term) -> [Term]. function