forked from GitHub/gf-rgl
(Dut) Fix ordinals and superlatives
This commit is contained in:
@@ -211,7 +211,9 @@ oper
|
||||
|
||||
--.
|
||||
|
||||
mkOrd : A -> Ord = \a -> lin Ord {s = a.s ! Posit} ;
|
||||
mkOrd : A -> Ord = \a ->
|
||||
lin Ord {s = table { APred => "de" ++ a.s ! Posit ! APred ;
|
||||
af => a.s ! Posit ! af } } ;
|
||||
|
||||
mkN = overload {
|
||||
mkN : (bank : Str) -> N
|
||||
|
||||
Reference in New Issue
Block a user