close
Skip to content

Commit 7775e2a

Browse files
Fix type of ExprSort::Cast target field (#111)
Fix #110
1 parent d6ecfcb commit 7775e2a

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
@@ -849,7 +849,7 @@ \subsection{\valueTag{ExprSort::Cast}}
849849
\DeclareMember{locus}{SourceLocation} \\
850850
\DeclareMember{type}{TypeIndex} \\
851851
\DeclareMember{source}{ExprIndex} \\
852-
\DeclareMember{target}{Index} \\
852+
\DeclareMember{target}{TypeIndex} \\
853853
\DeclareMember{operator}{DyadicOperator} \\
854854
}
855855
\caption{Structure of a cast expression}

0 commit comments

Comments
 (0)