Files
gf-core/lib/resource-1.0/romance/ExtScandAbs.gf
2006-01-19 16:41:44 +00:00

10 lines
171 B
Plaintext

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