mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
(Som) Restructure nominal morphology + numerals
This commit is contained in:
@@ -80,8 +80,8 @@ concrete CatSom of Cat = CommonX - [Adv] ** open ResSom, Prelude in {
|
||||
|
||||
-- Constructed in NumeralSom.
|
||||
|
||||
Card = {s : State => Str ; n : Number} ;
|
||||
Numeral = {s : CardOrd => State => Str ; n : Number} ;
|
||||
Card = BaseNum ;
|
||||
Numeral = ResSom.Numeral ;
|
||||
Digits = {s : CardOrd => Str ; n : Number} ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user