1
0
forked from GitHub/gf-core

include ExtraRon in AllRon

This commit is contained in:
aarne
2010-04-19 06:50:54 +00:00
parent 3870f18ba6
commit 10470273cb
3 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
--# -path=.:../abstract:../common:../prelude
concrete AllRon of AllRonAbs =
LangRon
LangRon, ExtraRon
** {} ;

View File

@@ -1,3 +1,3 @@
abstract AllRonAbs =
Lang
Lang, ExtraRonAbs
** {} ;