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

Summary

Types

t()

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