mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 11:42:51 -06:00
13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
--# -path=.:../abstract
|
|
|
|
concrete ExtensionsRus of Extensions =
|
|
CatRus ** open ResRus, (E = ExtraRus), Prelude, SyntaxRus in {
|
|
|
|
flags
|
|
coding = utf8 ;
|
|
|
|
lincat
|
|
VPI = {s:Str} ;
|
|
|
|
}
|