mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Restore ExtraFre to AllFre
ExtraFre was removed from AllFre yesterday for some reason, but it is needed to compile PhrasebookFre, so I restored it.
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
concrete AllFre of AllFreAbs =
|
||||
LangFre,
|
||||
IrregFre
|
||||
IrregFre,
|
||||
ExtraFre
|
||||
** {} ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
abstract AllFreAbs =
|
||||
Lang,
|
||||
IrregFreAbs
|
||||
IrregFreAbs,
|
||||
ExtraFreAbs
|
||||
** {} ;
|
||||
|
||||
Reference in New Issue
Block a user