1
0
forked from GitHub/gf-rgl

(Cat,Ita) add stub implementations of Extend

- using ExtendRomanceFunctor
- can't compile ExtendFre using ExtendRomanceFunctor though..
This commit is contained in:
odanoburu
2019-03-18 14:52:02 -03:00
parent 230d7afe1f
commit 76bf6b7363
4 changed files with 43 additions and 3 deletions

View File

@@ -3,5 +3,6 @@
concrete AllCat of AllCatAbs =
LangCat,
IrregCat,
ExtraCat
** {} ;
ExtraCat
** open ExtendCat
in {} ;