1
0
forked from GitHub/gf-rgl

progress on the Names API

This commit is contained in:
Krasimir Angelov
2023-08-07 21:15:48 +02:00
parent 9fcee982e5
commit 531e2c2dd2
36 changed files with 220 additions and 22 deletions

View File

@@ -35,4 +35,11 @@ lin FullName gn sn = {
rc, ext = []
} ;
lin UseLN pn = {
s = \\c => usePrepC c (\k -> pn.s ! k) ;
a = agrgP3 pn.g pn.n ;
w = WLight ;
rc, ext = []
} ;
}