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