mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
fix imperatives
This commit is contained in:
@@ -187,6 +187,12 @@ nnum2num : NNumber -> Number = \n ->
|
||||
NCountable => Pl
|
||||
} ;
|
||||
|
||||
genNum2num : GenNum -> Number = \gn ->
|
||||
case gn of {
|
||||
GSg _ => Sg ;
|
||||
GPl => Pl
|
||||
} ;
|
||||
|
||||
auxBe = {
|
||||
present : Number => Person => Str
|
||||
= table {
|
||||
|
||||
Reference in New Issue
Block a user