diff options
Diffstat (limited to 'examples/attempto/LexAttemptoFre.gf')
| -rw-r--r-- | examples/attempto/LexAttemptoFre.gf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/attempto/LexAttemptoFre.gf b/examples/attempto/LexAttemptoFre.gf index b6f983c24..618f37175 100644 --- a/examples/attempto/LexAttemptoFre.gf +++ b/examples/attempto/LexAttemptoFre.gf @@ -1,7 +1,7 @@ instance LexAttemptoFre of LexAttempto = open ExtraFre, SyntaxFre, ParadigmsFre, ConstructX, MakeStructuralFre, - IrregFre in { + IrregFre, (P = Prelude) in { oper possible_A = mkA "possible" ; @@ -25,4 +25,6 @@ oper whose_IDet = mkIDet (mkIQuant "de qui") ; ---- + eachOf np = mkNP (mkPredet "chacun" "chacune" genitive P.True) np ; + } |
