From 57ba9c240a68750a88e24c41e018ecf2bb243957 Mon Sep 17 00:00:00 2001 From: Herbert Lange Date: Sun, 10 Nov 2019 20:40:57 +0100 Subject: [PATCH] remove no longer missing numeral function --- src/latin/MissingLat.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/latin/MissingLat.gf b/src/latin/MissingLat.gf index 269a950b4..bf5c996bd 100644 --- a/src/latin/MissingLat.gf +++ b/src/latin/MissingLat.gf @@ -34,7 +34,7 @@ oper ImpersCl : VP -> Cl = notYet "ImpersCl" ; oper ImpPl1 : VP -> Utt = notYet "ImpPl1" ; oper ImpVP : VP -> Imp = notYet "ImpVP" ; 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 OrdNumeral : Numeral -> Ord = notYet "OrdNumeral" ; oper OrdSuperl : A -> Ord = notYet "OrdSuperl" ;