add Extend to AllTel

This commit is contained in:
Krasimir Angelov
2026-09-03 10:52:21 +02:00
parent f3a5a70221
commit aeebeb9a69
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
--# -path=.:../abstract:../common:../prelude
concrete AllTel of AllTelAbs = LangTel ;
concrete AllTel of AllTelAbs =
LangTel,
ExtendTel ;
+2 -1
View File
@@ -1 +1,2 @@
abstract AllTelAbs = Lang ;
abstract AllTelAbs =
Lang, Extend ;