mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
case endings in Fin symbols: Nom is a special case, since there is no ending
This commit is contained in:
@@ -966,5 +966,13 @@ oper
|
||||
Abess => "tta"
|
||||
} ;
|
||||
|
||||
bindIf : Case -> Str = \c -> case c of {
|
||||
Nom => [] ;
|
||||
_ => BIND
|
||||
} ;
|
||||
bindColonIf : Case -> Str = \c -> case c of {
|
||||
Nom => [] ;
|
||||
_ => BIND ++ ":" ++ BIND
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user