mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 09:16:22 -06:00
12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
concrete CatSlv of Cat = open ResSlv in {
|
|
|
|
lincat
|
|
N = {s : Case => Number => Str; g : Gender};
|
|
PN = {s : Case => Number => Str; g : Gender};
|
|
|
|
A = {s : AForm => Str};
|
|
|
|
V = {s : VForm => Str};
|
|
|
|
}
|