mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 01:02:51 -06:00
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
concrete ExtraFin of ExtraFinAbs = CatFin ** open ResFin, Prelude in {
|
|
|
|
lin
|
|
GenNP np = {
|
|
s1 = \\_,_ => np.s ! NPCase Gen ;
|
|
s2 = [] ;
|
|
isNum = False ;
|
|
isPoss = False ;
|
|
isDef = True --- "Jussin kolme autoa ovat" ; thus "...on" is missing
|
|
} ;
|
|
|
|
}
|