Merge private git for latim grammar into official darcs.

See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf 
for full git commit history
This commit is contained in:
Herbert Lange
2013-09-03 17:13:58 +00:00
parent 1a7258040c
commit b47d375547
55 changed files with 52150 additions and 1606 deletions

View File

@@ -1,3 +1,11 @@
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 ;
} ;
}