Umwelt.Felixir.Protocol (Umwelt v0.3.0)

View Source

Parses Protocol AST

Summary

Types

t()

@type t() :: %Umwelt.Felixir.Protocol{
  aliases: list(),
  context: list(),
  name: String.t(),
  note: String.t(),
  signatures: list()
}

Functions

from_path(path)