mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 04:16:30 -06:00
progress on the Names API
This commit is contained in:
@@ -13,4 +13,11 @@ lin FullName gn sn = {
|
||||
isDefn = False
|
||||
} ;
|
||||
|
||||
lin UseLN pn = {
|
||||
s = \\c => pn.s ;
|
||||
a = pn.a ;
|
||||
isPron = False ;
|
||||
isDefn = False ;
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user