View Source Hologram.Compiler.IR.LocalFunctionCall (hologram v0.2.0)

Summary

Types

t()

@type t() :: %Hologram.Compiler.IR.LocalFunctionCall{
  args: [Hologram.Compiler.IR.t()],
  function: atom()
}