mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 02:18:55 -06:00
progress on the Names API
This commit is contained in:
@@ -16,4 +16,10 @@ lin FullName gn sn = {
|
||||
a = {n = Sg; p = P3}
|
||||
} ;
|
||||
|
||||
lin UsePN pn = {
|
||||
s = \\c => pn.s ! c;
|
||||
h = pn.h;
|
||||
a = {n = pn.n; p = P3}
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user