close
Skip to content

Commit a69ad95

Browse files
Fix type of ExprSort::Cast target field (#111)
Fix #110
1 parent f91d207 commit a69ad95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎ltx/exprs.tex‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ \subsection{\valueTag{ExprSort::Cast}}
873873
\DeclareMember{locus}{SourceLocation} \\
874874
\DeclareMember{type}{TypeIndex} \\
875875
\DeclareMember{source}{ExprIndex} \\
876-
\DeclareMember{target}{Index} \\
876+
\DeclareMember{target}{TypeIndex} \\
877877
\DeclareMember{operator}{DyadicOperator} \\
878878
}
879879
\caption{Structure of a cast expression}

0 commit comments

Comments
 (0)