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

Summary

Types

t()

@type t() :: %Hologram.Compiler.IR.CondClause{
  body: Hologram.Compiler.IR.Block.t(),
  condition: Hologram.Compiler.IR.t()
}