mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-20 09:16:02 -06:00
added type signature
This commit is contained in:
@@ -55,7 +55,7 @@ oper weakAdj : Adj -> Gender -> Number -> Case -> Str =
|
|||||||
\a,g,n,c -> a.s ! Weak ! g ! n ! c ;
|
\a,g,n,c -> a.s ! Weak ! g ! n ! c ;
|
||||||
|
|
||||||
oper weakAdjForms : Str -> Gender => Number => Case => Str = \lemma ->
|
oper weakAdjForms : Str -> Gender => Number => Case => Str = \lemma ->
|
||||||
let stem = case lemma of {
|
let stem : Str = case lemma of {
|
||||||
x + "ur" => x ;
|
x + "ur" => x ;
|
||||||
x + "nin" => x + "n" ;
|
x + "nin" => x + "n" ;
|
||||||
x + "in" => x + "n" ;
|
x + "in" => x + "n" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user