summaryrefslogtreecommitdiff
path: root/next-lib/src/bulgarian/DiffBul.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/bulgarian/DiffBul.gf')
-rw-r--r--next-lib/src/bulgarian/DiffBul.gf6
1 files changed, 6 insertions, 0 deletions
diff --git a/next-lib/src/bulgarian/DiffBul.gf b/next-lib/src/bulgarian/DiffBul.gf
index 6d94154a5..55cf8c963 100644
--- a/next-lib/src/bulgarian/DiffBul.gf
+++ b/next-lib/src/bulgarian/DiffBul.gf
@@ -12,4 +12,10 @@ instance DiffBul of DiffSlavic = open CommonSlavic, Prelude in {
| NFVocative
;
+ oper
+ Agr = {gn : GenNum ; p : Person} ;
+
+ agrP3 : GenNum -> Agr = \gn ->
+ {gn = gn; p = P3} ;
+
} \ No newline at end of file