Skip to content

Commit

Permalink
corrected the formal subject of ExistsNP in Fre
Browse files Browse the repository at this point in the history
  • Loading branch information
aarneranta committed Jul 26, 2024
1 parent 7d631fa commit 82075be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/french/ExtendFre.gf
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ lin UseDAP = \dap ->
} ;

ExistsNP np =
mkClause [] True False np.a
mkClause "il" True False np.a
(insertComplement (\\_ => (np.s ! Nom).ton)
(predV (mkV "exister"))) ;

Expand Down

0 comments on commit 82075be

Please sign in to comment.