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

Summary

Types

t()

@type t() :: %Hologram.Compiler.IR.FunctionDefinition{
  arity: integer(),
  clause: Hologram.Compiler.IR.FunctionClause.t(),
  name: atom(),
  visibility: :public | :private
}