forked from GitHub/gf-core
remove DiffBul.gf which is now obsolete
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
instance DiffBul of DiffSlavic = open CommonSlavic, Prelude in {
|
|
||||||
|
|
||||||
param
|
|
||||||
Case = Acc | Dat ;
|
|
||||||
|
|
||||||
Species = Indef | Def ;
|
|
||||||
|
|
||||||
NForm =
|
|
||||||
NF Number Species
|
|
||||||
| NFSgDefNom
|
|
||||||
| NFPlCount
|
|
||||||
| NFVocative
|
|
||||||
;
|
|
||||||
|
|
||||||
oper
|
|
||||||
Agr = {gn : GenNum ; p : Person} ;
|
|
||||||
|
|
||||||
agrP3 : GenNum -> Agr = \gn ->
|
|
||||||
{gn = gn; p = P3} ;
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user