1
0
forked from GitHub/gf-rgl

(Kor) New constructors for N and A2

This commit is contained in:
Inari Listenmaa
2020-04-06 17:49:31 +02:00
parent cef3e428c2
commit aa3bc1d656
2 changed files with 17 additions and 2 deletions

View File

@@ -13,6 +13,10 @@ oper
origin = NK
} ;
mkCounter : Str -> Counter = \s -> baseCounter ** {
s = s ;
} ;
BaseNoun : Type = {
s : NForm => Str ;
p : Phono ;