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

Summary

Types

t()

@type t() :: %Hologram.Compiler.IR.TryCatchClause{
  body: Hologram.Compiler.IR.Block.t(),
  guards: [Hologram.Compiler.IR.t()],
  kind: Hologram.Compiler.IR.t() | nil,
  value: Hologram.Compiler.IR.t()
}