formatting

This commit is contained in:
Krasimir Angelov
2018-07-15 10:52:03 +02:00
parent 43950360a6
commit 4c203cfd81

View File

@@ -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