Skip to content

Commit

Permalink
Use narrower type for denoteOvertLittleV
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Sep 5, 2023
1 parent 8769d44 commit d31ed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semantics/denote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function denoteCovertLittleV(value: CovertValue): Expr | null {
}
}

function denoteOvertLittleV(toaq: string | null): Expr | null {
function denoteOvertLittleV(toaq: string): Expr | null {
switch (toaq) {
case 'nä':
return na;
Expand Down

0 comments on commit d31ed61

Please sign in to comment.