mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-19 16:20:16 -06:00
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
concrete ExtraLit of ExtraLitAbs = CatLit ** open ResLit in {
|
|
|
|
lin
|
|
|
|
QualifierCN adj cn = {
|
|
s = \\n,c => (cn.s ! n ! c) ++ (adj.s ! AF (cast_gennum!<cn.g,n>) c);
|
|
g = cn.g
|
|
};
|
|
|
|
}
|