forked from GitHub/gf-core
See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf for full git commit history
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
concrete ExtraLat of ExtraLatAbs = CatLat **
|
|
open ResLat, Coordination, Prelude in {
|
|
lin
|
|
UsePronNonDrop p = -- Pron -> NP
|
|
{
|
|
g = p.g ;
|
|
n = p.n ;
|
|
p = p.p ;
|
|
s = p.pers ! PronNonDrop ! PronRefl ;
|
|
} ;
|
|
}
|