package org.elixir_lang.psi.operation; /** * <expression> arrowInfixOperator <expression> */ public interface Arrow extends Infix { }