1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource-1.0/scandinavian/ExtScandAbs.gf
2005-12-07 11:32:04 +00:00

10 lines
169 B
Plaintext

abstract ExtScandAbs = Cat ** {
fun
-- Definite form of simple nouns without article; neither $Num$ nor $Ord$ allowed.
DefSgN, DefPlN : Predef -> N -> NP ;
}