diff options
Diffstat (limited to 'next-lib/src/romance/RelativeRomance.gf')
| -rw-r--r-- | next-lib/src/romance/RelativeRomance.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/romance/RelativeRomance.gf b/next-lib/src/romance/RelativeRomance.gf index 40b83c1b3..f8d3f466f 100644 --- a/next-lib/src/romance/RelativeRomance.gf +++ b/next-lib/src/romance/RelativeRomance.gf @@ -37,7 +37,7 @@ incomplete concrete RelativeRomance of Relative = } ; FunRP p np rp = { - s = \\_,a,c => np.s ! Ton Nom ++ p.s ++ rp.s ! True ! a ! p.c ; + s = \\_,a,c => (np.s ! Nom).ton ++ p.s ++ rp.s ! True ! a ! p.c ; a = {g = np.a.g ; n = np.a.n} ; hasAgr = True } ; |
