mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
remove no longer missing numeral function
This commit is contained in:
@@ -34,7 +34,7 @@ oper ImpersCl : VP -> Cl = notYet "ImpersCl" ;
|
|||||||
oper ImpPl1 : VP -> Utt = notYet "ImpPl1" ;
|
oper ImpPl1 : VP -> Utt = notYet "ImpPl1" ;
|
||||||
oper ImpVP : VP -> Imp = notYet "ImpVP" ;
|
oper ImpVP : VP -> Imp = notYet "ImpVP" ;
|
||||||
oper NumDigits : Digits -> Card = notYet "NumDigits" ;
|
oper NumDigits : Digits -> Card = notYet "NumDigits" ;
|
||||||
oper NumNumeral : Numeral -> Card = notYet "NumNumeral" ;
|
-- oper NumNumeral : Numeral -> Card = notYet "NumNumeral" ;
|
||||||
oper OrdDigits : Digits -> Ord = notYet "OrdDigits" ;
|
oper OrdDigits : Digits -> Ord = notYet "OrdDigits" ;
|
||||||
oper OrdNumeral : Numeral -> Ord = notYet "OrdNumeral" ;
|
oper OrdNumeral : Numeral -> Ord = notYet "OrdNumeral" ;
|
||||||
oper OrdSuperl : A -> Ord = notYet "OrdSuperl" ;
|
oper OrdSuperl : A -> Ord = notYet "OrdSuperl" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user