forked from GitHub/gf-rgl
11 lines
221 B
Plaintext
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
|
|
{} ;
|