1
0
forked from GitHub/gf-rgl

Remove dictionaries from AllXx

This commit is contained in:
gregoire.detrez
2013-10-31 12:36:19 +00:00
parent 4b1c3923f6
commit 8a68ec2f91
6 changed files with 6 additions and 14 deletions

View File

@@ -2,7 +2,5 @@
concrete AllFre of AllFreAbs =
LangFre,
IrregFre,
ExtraFre,
DictFre
IrregFre
** {} ;

View File

@@ -1,6 +1,4 @@
abstract AllFreAbs =
Lang,
IrregFreAbs,
ExtraFreAbs,
DictFreAbs
IrregFreAbs
** {} ;