mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
distinct form for opers that have no value
This commit is contained in:
@@ -22,15 +22,15 @@ lin Voiture : CN = {
|
||||
g = (Fem@)
|
||||
} ;
|
||||
|
||||
{-
|
||||
|
||||
lin Bus : CN = {
|
||||
s = table {$x => "bus"} ;
|
||||
g = (Masc@)
|
||||
} ;
|
||||
|
||||
|
||||
{-
|
||||
lin Def : CN -> NP = \cn -> {
|
||||
s = artDef $cn.g ++ $cn.s ! (Sg@) ;
|
||||
s = &artDef $cn.g ++ $cn.s ! (Sg@) ;
|
||||
a = {g = $cn.g ; n = (Sg@)}
|
||||
} ;
|
||||
-}
|
||||
Reference in New Issue
Block a user