mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
formatting
This commit is contained in:
@@ -166,7 +166,7 @@ concrete NounEng of Noun = CatEng ** open MorphoEng, ResEng, Prelude in {
|
|||||||
s = dap.s ++ ap.s ! agrgP3 dap.n Masc ; --- post-ap's ? "this larger than life (movie)"
|
s = dap.s ++ ap.s ! agrgP3 dap.n Masc ; --- post-ap's ? "this larger than life (movie)"
|
||||||
sp = \\g,_,c => case c of {
|
sp = \\g,_,c => case c of {
|
||||||
NCase Gen => dap.sp ! g ! True ! NCase Nom ++ ap.s ! agrgP3 dap.n g ++ BIND ++ "'s" ;
|
NCase Gen => dap.sp ! g ! True ! NCase Nom ++ ap.s ! agrgP3 dap.n g ++ BIND ++ "'s" ;
|
||||||
c => dap.sp ! g ! True ! c ++ ap.s ! agrgP3 dap.n g
|
c => dap.sp ! g ! True ! c ++ ap.s ! agrgP3 dap.n g
|
||||||
} ;
|
} ;
|
||||||
n = dap.n ;
|
n = dap.n ;
|
||||||
hasNum = dap.hasNum
|
hasNum = dap.hasNum
|
||||||
|
|||||||
Reference in New Issue
Block a user