pelemay v0.0.12 Generator.Name
Link to this section Summary
Functions
iex> func_label = [[map: 1]] iex> polymap = [func: %{args: [{:&, [], [1]}, {:&, [], [1]}], operators: [:*]}] iex> Generator.Name.generate_function_name(func_label, polymap) "map_elem1_mult_elem1"
Link to this section Functions
Link to this function
arg_to_string(other)
Link to this function
generate_function_name(functions, polymap)
iex> func_label = [[map: 1]] iex> polymap = [func: %{args: [{:&, [], [1]}, {:&, [], [1]}], operators: [:*]}] iex> Generator.Name.generate_function_name(func_label, polymap) "map_elem1_mult_elem1"
Link to this function