mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-18 08:16:05 -06:00
import Extend from All
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
concrete AllSqi of AllSqiAbs =
|
concrete AllSqi of AllSqiAbs =
|
||||||
LangSqi,
|
LangSqi,
|
||||||
|
ExtendSqi,
|
||||||
IrregSqi
|
IrregSqi
|
||||||
**
|
**
|
||||||
{} ;
|
{} ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
abstract AllSqiAbs =
|
abstract AllSqiAbs =
|
||||||
Lang,
|
Lang,
|
||||||
|
Extend,
|
||||||
IrregSqiAbs
|
IrregSqiAbs
|
||||||
** {}
|
** {}
|
||||||
|
|||||||
Reference in New Issue
Block a user