mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
(Som) minor cleanup/whitespace removal
This commit is contained in:
@@ -56,15 +56,15 @@ concrete NounSom of Noun = CatSom ** open ResSom, Prelude in {
|
||||
UsePron pron = pron ** {st = Definite} ;
|
||||
|
||||
-- : Predet -> NP -> NP ; -- only the man
|
||||
PredetNP predet np =
|
||||
PredetNP predet np =
|
||||
let qnt = PossPron (pronTable ! np.a) ;
|
||||
det = qnt.shortPoss ! predet.da ;
|
||||
predetS : Str = case predet.isPoss of {
|
||||
True => glue predet.s det ;
|
||||
False => predet.s
|
||||
False => predet.s
|
||||
} ;
|
||||
in np ** {
|
||||
s = \\c =>
|
||||
s = \\c =>
|
||||
case <np.isPron,predet.isPoss> of {
|
||||
<True,True> => np.empty ++ predetS ;
|
||||
_ => np.s ! c ++ predetS} ;
|
||||
|
||||
@@ -46,12 +46,16 @@ oper
|
||||
magacya + "da" => magacya ;
|
||||
wiila + "sha" => wiila ;
|
||||
_ => wiilal} ;
|
||||
bisadi : Str = case gender of
|
||||
{ Fem => case wiil of { _ + #c => wiil+"i" ; _ => wiil} ;
|
||||
Masc => wiil } ;
|
||||
bisadood : Str = case gender of
|
||||
{ Fem => case wiilal of {_ + "o" => wiilal+"od" ; _ => wiil} ;
|
||||
Masc => wiil }
|
||||
bisadi : Str = case gender of {
|
||||
Fem => case wiil of {
|
||||
_ + #c => wiil+"i" ;
|
||||
_ => wiil } ;
|
||||
Masc => wiil } ;
|
||||
bisadood : Str = case gender of {
|
||||
Fem => case wiilal of {
|
||||
_ + "o" => wiilal+"od" ;
|
||||
_ => wiil } ;
|
||||
Masc => wiil }
|
||||
|
||||
} ;
|
||||
-------------------------
|
||||
|
||||
Reference in New Issue
Block a user