1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/german/AllGer.gf
2021-01-13 16:01:50 +01:00

11 lines
221 B
Plaintext

--# -path=.:../abstract:../common:../api:../prelude
concrete AllGer of AllGerAbs =
LangGer,
IrregGer,
---- ExtendGer, ---- to replace ExtraGer
ExtraGer
**
open ExtendGer in ---- to force compilation
{} ;