Skip to content

Commit

Permalink
Denote ditransitive verbs
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Aug 8, 2023
1 parent c0579fc commit 9eb63f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/semantics/denote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ function getCompositionRule(left: DTree, right: DTree): CompositionRule {
switch (right.label) {
case "𝘷'":
case 'SA':
case "V'":
return reverseFunctionalApplication;
}

Expand Down

0 comments on commit 9eb63f9

Please sign in to comment.