restricted import of CatCze and Slo in Numeral

This commit is contained in:
Aarne Ranta
2020-04-30 11:45:46 +02:00
parent 16d89bef09
commit 9a45ab3889
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
concrete NumeralCze of Numeral =
CatCze **
CatCze [Numeral,Digits] **
open
ResCze,

View File

@@ -1,6 +1,6 @@
concrete NumeralSlo of Numeral =
CatSlo **
CatSlo [Numeral,Digits] **
open
ResSlo,