mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
examples/numerals: adapt to current GF syntax
This commit is contained in:
@@ -87,7 +87,7 @@ lin pot3plus n m =
|
||||
{s = n.s ! attr ++ Alf ! n.size ++ "ו" ++ m.s ! indep} ;
|
||||
|
||||
oper Alf : Size => Str =
|
||||
table {{small} => "אלפים" ; {dual} => "אלפים" ; _ => "אלף"} ;
|
||||
table {small => "אלפים" ; dual => "אלפים" ; _ => "אלף"} ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user