1
0
forked from GitHub/gf-rgl

(Ara) Add extend to AllAra

This commit is contained in:
Inari Listenmaa
2022-01-23 18:26:35 +08:00
parent f09de4661e
commit 1e761ede38
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
--# -path=.:../abstract:../common:../api:../prelude
concrete AllAra of AllAraAbs = LangAra ;
concrete AllAra of AllAraAbs = LangAra, ExtendAra ;

View File

@@ -1,3 +1,3 @@
--# -path=.:../abstract:../common:prelude
abstract AllAraAbs = Lang ;
abstract AllAraAbs = Lang, Extend ;