Skip to content

Commit

Permalink
Use attributes rather than attribute list to help ppxes
Browse files Browse the repository at this point in the history
  • Loading branch information
ccasin committed Dec 2, 2024
1 parent 1ed7111 commit 772ee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsing/parsetree.mli
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ and comprehension_iterator =
and comprehension_clause_binding =
{ pcomp_cb_pattern : pattern;
pcomp_cb_iterator : comprehension_iterator;
pcomp_cb_attributes : attribute list
pcomp_cb_attributes : attributes
}

and comprehension_clause =
Expand Down

0 comments on commit 772ee32

Please sign in to comment.