1
0
forked from GitHub/gf-rgl

Catalan: added restricted inheritance of CatCat in NumeralCat

This commit is contained in:
john.j.camilleri
2012-05-23 09:32:25 +00:00
parent 061221e68c
commit fcb56abd30

View File

@@ -1,4 +1,4 @@
concrete NumeralCat of Numeral = CatCat **
concrete NumeralCat of Numeral = CatCat [Numeral,Digits] **
open CommonRomance, ResRomance, MorphoCat, Prelude in {
--