forked from GitHub/gf-core
10 lines
169 B
Plaintext
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 ;
|
|
|
|
}
|