Skip to content

Commit

Permalink
Fix type of ExprSort::Cast target field (#111)
Browse files Browse the repository at this point in the history
Fix #110
  • Loading branch information
GabrielDosReis committed Sep 5, 2023
1 parent 32f7df3 commit 7aea944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ltx/exprs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ \subsection{\valueTag{ExprSort::Cast}}
\DeclareMember{locus}{SourceLocation} \\
\DeclareMember{type}{TypeIndex} \\
\DeclareMember{source}{ExprIndex} \\
\DeclareMember{target}{Index} \\
\DeclareMember{target}{TypeIndex} \\
\DeclareMember{operator}{DyadicOperator} \\
}
\caption{Structure of a cast expression}
Expand Down

0 comments on commit 7aea944

Please sign in to comment.