1
0
forked from GitHub/gf-rgl

(Kor) Add new constructor for N + new words

This commit is contained in:
Inari Listenmaa
2020-04-08 21:04:57 +02:00
parent f39662af62
commit ebbade4f0a
3 changed files with 22 additions and 11 deletions

View File

@@ -13,8 +13,9 @@ oper
origin = NK
} ;
mkCounter : Str -> Counter = \s -> baseCounter ** {
mkCounter : Str -> NumOrigin -> Counter = \s,o -> baseCounter ** {
s = s ;
origin = o ;
} ;
BaseNoun : Type = {