mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
fixes in the dictionaries
This commit is contained in:
@@ -76,5 +76,16 @@ fun CompoundCN : Num -> N -> CN -> CN ;
|
||||
cat Feat;
|
||||
fun FeatN : N -> Feat;
|
||||
FeatN2 : N2 -> Feat;
|
||||
FeatV : V -> Feat;
|
||||
FeatV2 : V2 -> Feat;
|
||||
FeatV3 : V3 -> Feat;
|
||||
FeatV2V : V2V -> Feat;
|
||||
FeatV2S : V2S -> Feat;
|
||||
FeatV2Q : V2Q -> Feat;
|
||||
FeatV2A : V2A -> Feat;
|
||||
FeatVV : VV -> Feat;
|
||||
FeatVS : VS -> Feat;
|
||||
FeatVQ : VQ -> Feat;
|
||||
FeatVA : VA -> Feat;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user