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

Summary

Types

t()

@type t() :: %Hologram.Compiler.IR.DotOperator{
  left: Hologram.Compiler.IR.t(),
  right: Hologram.Compiler.IR.t()
}