tidy v0.0.1 Tidy.Function View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Tidy.Function{
  args: term(),
  arity: term(),
  doc: term(),
  impl: term(),
  name: term(),
  spec: term(),
  type: term()
}