mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Som) minor cleanup/whitespace removal
This commit is contained in:
@@ -46,11 +46,15 @@ oper
|
||||
magacya + "da" => magacya ;
|
||||
wiila + "sha" => wiila ;
|
||||
_ => wiilal} ;
|
||||
bisadi : Str = case gender of
|
||||
{ Fem => case wiil of { _ + #c => wiil+"i" ; _ => 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} ;
|
||||
bisadood : Str = case gender of {
|
||||
Fem => case wiilal of {
|
||||
_ + "o" => wiilal+"od" ;
|
||||
_ => wiil } ;
|
||||
Masc => wiil }
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user