forked from GitHub/gf-core
formatting
This commit is contained in:
@@ -2,9 +2,9 @@ concrete NumeralBul of Numeral = CatBul ** open Prelude, ResBul in {
|
|||||||
|
|
||||||
lincat
|
lincat
|
||||||
Digit = {s : DForm => CardOrd => Str} ;
|
Digit = {s : DForm => CardOrd => Str} ;
|
||||||
Sub10 = {s : DForm => CardOrd => Str; n : Number } ;
|
Sub10 = {s : DForm => CardOrd => Str; n : Number} ;
|
||||||
Sub100 = {s : CardOrd => Str; n : Number; i : Bool } ;
|
Sub100 = {s : CardOrd => Str; n : Number; i : Bool} ;
|
||||||
Sub1000 = {s : CardOrd => Str; n : Number; i : Bool } ;
|
Sub1000 = {s : CardOrd => Str; n : Number; i : Bool} ;
|
||||||
Sub1000000 = {s : CardOrd => Str; n : Number} ;
|
Sub1000000 = {s : CardOrd => Str; n : Number} ;
|
||||||
|
|
||||||
lin num x = x ;
|
lin num x = x ;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ resource ResBul = ParamX ** open Prelude in {
|
|||||||
-- This is the worst-case $Case$ needed for pronouns.
|
-- This is the worst-case $Case$ needed for pronouns.
|
||||||
|
|
||||||
param
|
param
|
||||||
Case = Nom | Acc | Gen AForm;
|
Case = Nom | Acc | Gen AForm ;
|
||||||
|
|
||||||
GenNum = GSg Gender | GPl ;
|
GenNum = GSg Gender | GPl ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user