Umwelt.Felixir.Signature (Umwelt v0.3.0)

View Source

Parses Signature AST

Summary

Types

t()

@type t() :: %Umwelt.Felixir.Signature{
  body: Umwelt.Felixir.Call.t(),
  note: String.t(),
  private: boolean()
}

Functions

merge(signature, map)