Skip to content

Commit

Permalink
Merge pull request #7535 from paulo-ferraz-oliveira/feature/type-erl_…
Browse files Browse the repository at this point in the history
…syntax-annotation_or_location

Export documented and exposed type erl_syntax:annotation_or_location/0

OTP-18715
  • Loading branch information
jhogberg authored Aug 11, 2023
2 parents b102fad + 748a2db commit 6c64336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/syntax_tools/src/erl_syntax.erl
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
data/1,
is_tree/1]).

-export_type([forms/0, syntaxTree/0, syntaxTreeAttributes/0, padding/0]).
-export_type([forms/0, syntaxTree/0, syntaxTreeAttributes/0, padding/0, annotation_or_location/0]).

%% =====================================================================
%% IMPLEMENTATION NOTES:
Expand Down

0 comments on commit 6c64336

Please sign in to comment.