Umwelt.Felixir.Implement (Umwelt v0.3.0)

View Source

Parses Implement AST

Summary

Types

t()

@type t() :: %Umwelt.Felixir.Implement{
  aliases: list(),
  context: list(),
  functions: list(),
  name: String.t(),
  note: String.t(),
  protocol: Umwelt.Felixir.Alias.t(),
  subject: Umwelt.Felixir.Alias.t()
}