PropWise.FunctionInfo (PropWise v0.3.2)

View Source

Represents metadata about a parsed function definition.

Summary

Types

t()

@type t() :: %PropWise.FunctionInfo{
  args: list(),
  arity: non_neg_integer(),
  body: Macro.t(),
  file: String.t(),
  line: pos_integer(),
  module: String.t(),
  name: atom(),
  type: :public | :private
}