AB.TypeFormatter (AB v0.2.1)
View SourceUtilities for formatting and displaying Elixir type specifications.
This module handles conversion of typespec AST to human-readable strings,
supporting both simple types via Code.Typespec and complex types via
manual formatting.
Summary
Functions
Formats a complete typespec declaration with function name, input types, and output type.
Formats a typespec AST into a human-readable string using Elixir's standard functions where possible.
Functions
Formats a complete typespec declaration with function name, input types, and output type.
Formats a typespec AST into a human-readable string using Elixir's standard functions where possible.