1
0
forked from GitHub/gf-rgl

fix UseN and PositA

This commit is contained in:
Krasimir Angelov
2025-10-05 09:47:31 +02:00
parent 5146748f37
commit 35a650141e
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
concrete NounUkr of Noun = CatUkr ** {
--lin
-- UseN n = n ;
lin
UseN n = n ;
}