mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
10 lines
171 B
Plaintext
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 ;
|
|
|
|
}
|