1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/spanish/ExtendSpa.gf

16 lines
346 B
Plaintext

--# -path=alltenses:../common:../abstract
concrete ExtendSpa of Extend =
CatSpa ** ExtendFunctor
-- - [] -- put the names of your own definitions here
with
(Grammar = GrammarSpa) **
open
GrammarSpa,
ResSpa,
Coordination,
Prelude,
ParadigmsSpa in {
-- put your own definitions here
}