1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/catalan/AllCat.gf
odanoburu 76bf6b7363 (Cat,Ita) add stub implementations of Extend
- using ExtendRomanceFunctor
- can't compile ExtendFre using ExtendRomanceFunctor though..
2019-03-18 14:58:42 -03:00

9 lines
149 B
Plaintext

--# -path=.:../romance:../abstract:../common:../api
concrete AllCat of AllCatAbs =
LangCat,
IrregCat,
ExtraCat
** open ExtendCat
in {} ;