mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-04 02:07:14 -06:00
add Extend to AllTel
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:../prelude
|
--# -path=.:../abstract:../common:../prelude
|
||||||
|
|
||||||
concrete AllTel of AllTelAbs = LangTel ;
|
concrete AllTel of AllTelAbs =
|
||||||
|
LangTel,
|
||||||
|
ExtendTel ;
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
abstract AllTelAbs = Lang ;
|
abstract AllTelAbs =
|
||||||
|
Lang, Extend ;
|
||||||
|
|||||||
Reference in New Issue
Block a user