mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
Add DictFre to AllFre
now DictFre is compiled by cabal
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
concrete AllFre of AllFreAbs =
|
||||
LangFre,
|
||||
IrregFre,
|
||||
ExtraFre
|
||||
ExtraFre,
|
||||
DictFre
|
||||
** {} ;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
abstract AllFreAbs =
|
||||
Lang,
|
||||
IrregFreAbs,
|
||||
ExtraFreAbs
|
||||
ExtraFreAbs,
|
||||
DictFreAbs
|
||||
** {} ;
|
||||
|
||||
Reference in New Issue
Block a user