mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
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