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

Summary

Types

t()

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