View Source Hologram.Compiler.IR.Clause (hologram v0.2.0)
Summary
Types
@type t() :: %Hologram.Compiler.IR.Clause{ body: Hologram.Compiler.IR.Block.t(), guards: [Hologram.Compiler.IR.t()], match: Hologram.Compiler.IR.t() }
@type t() :: %Hologram.Compiler.IR.Clause{ body: Hologram.Compiler.IR.Block.t(), guards: [Hologram.Compiler.IR.t()], match: Hologram.Compiler.IR.t() }