mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-03 09:56:59 -06:00
add Extend to AllTel
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
--# -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