remove DiffBul.gf which is now obsolete

This commit is contained in:
kr.angelov
2013-05-23 08:59:36 +00:00
parent cb7a2761b6
commit 9a6b504407

View File

@@ -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} ;
}